From: marco h. <mar...@gm...> - 2007-08-26 21:51:01
|
As script the report is: Can't call method "VERSION" on an undefined value at perlversion.pl line 2. 5.008008 and the pp packed exe reports: Can't call method "VERSION" on an undefined value at script/perlversion.pl line 2. 5.008 I think I get the versions of PAR and pp from the ActiveState Repository. Regards, Marco Robert May schrieb: > 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. > |