On 24/08/07, Marco Hofmann <[EMAIL PROTECTED]> 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.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Perl-Win32-GUI-Users mailing list
Perl-Win32-GUI-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users
http://perl-win32-gui.sourceforge.net/

Reply via email to