in reply to Cant Load Registry.DLL for module Wind32API::Registry

You appear to be using some "pack up a bunch of files into something that pretends to be an *.exe" hack. Whichever hack that is (ah, I see "perl2exe" it is) appears to not handle the pretend *.exe from being used twice at the same time.

Whoever gave you the pretend *.exe should instead give you a real copy of Perl and this problem will go away.

- tye        

  • Comment on Re: Cant Load Registry.DLL for module Wind32API::Registry (perl2exe--)

Replies are listed 'Best First'.
Re^2: Cant Load Registry.DLL for module Wind32API::Registry (perl2exe--)
by lkathir (Initiate) on Feb 03, 2005 at 13:37 UTC
    Thanks a lot tye, You are right, it seems to be a perl2exe. But all the DLLs it uses are in the same directory as the exe, but I am not sure why it should fail saying cant load DLL from c:\windows\temp directory, also since I dont have access to the source code, is there any way it can decompiled from the exe itself? -Kathir