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