From: Robert M. <rob...@us...> - 2007-08-26 10:55:46
|
On 24/08/07, Marco Hofmann <mar...@gm...> wrote: > I have problems with pp and win32::gui() package. If I pack > a script containing only the line > > use Win32::GUI(); > > with > > pp -o test.exe test.pl > > I get the error message, when starting test.exe: > > The procedure entry point "PL_memory_wrap" can't be located in > DLL"perl58.dll" Where did you get your version of PAR and pp from, and what version of perl was it built against? Create a script that prints the perl version: print "$]\n"; print $ActivePerl->VERSION(), "\n"; and report what it says when run as a script using your current perl, and as a pp packed exe. Regards, Rob. |