I upgraded my PAR from here:

http://theoryx5.uwinnipeg.ca/ppms/PAR-588.ppd

(v0.942, built with perl 5.8.8) and had zero problems from then on. Definitely something odd with the Win32::GUI stuff on earlier versions of PAR, but so long as I have a solution that works, I`m not going to change it :)

Steve



tinti wrote:
I'm currently using ActivePerl 5.8.8.817 with Win32::GUI 1.03_04. Everytime I generate an exe file using pp/PAR I get the same error as Steve (the procedure entry point pl_memory_wrap could not be located in the dynamic link library perl58.dll).

Versions used:
Archive-Zip 1.16: up to date.
PAR 0.942: up to date.
PAR-Dist 0.15: up to date.
Win32-API 0.41: up to date.
Win32-Exe 0.08: up to date.
Win32-GUI 1.03_04: up to date.
Win32-TieRegistry 0.24: up to date.

My test code looks like:
#!perl -w
use Win32::API;
use Win32::GUI();
use Win32::TieRegistry;
use Win32::Console;
use DBI;

printf "TEST";

When I comment out #Win32::GUI(); everythings looks fine and my test.exe prints out TEST. What am I doing wrong Steve, as it seems to be working for you?

Thanks for Help,
tinti


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
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