in reply to Re^8: Troubles creating a .exe
in thread Troubles creating a .exe

That is a way in the source code to specify other places to look for modules. I think that if "C:/Perl/lib/Win32API" is in the Windows %path% variable, then I think this will also be searched by PerlApp. I have project specific libraries for modules: like use lib ('C:/projectX');

If the code runs without PerlApp, then I would add more possibilities to the search path(s) so that PerlApp can find what you need. Why this is necessary, I don't know in this case, but it appears to be so.

Replies are listed 'Best First'.
Re^10: Troubles creating a .exe
by Anonymous Monk on Feb 26, 2012 at 07:27 UTC
      The question here is not how to "make Perl happy" the question is how to "make PerlApp happy" and that is a very different thing.

        Same difference, you don't know the answer, and are simply wasting the OPs time.