in reply to perlapp not compiling properly

The -x switch in the command line will exclude the perl56.dll

This solved the problem. My guess is that since the separate memory spaces on NT for console windows are indeed separate the dll does not load unless invoked by perl.exe

-x will compile the dll into the .exe

  • Comment on Answer to perlapp not compiling properly