I have a WxPerl program which PAR (0.80 on Activestate build 809 -
5.8.3) packages into an exe just fine. But now that I've added some
Win32::OLE code, it's not playing along.
pp runs okay and produces an exe, but when I run it, it pops up a dialog:

The procedure entry point Perl_Gsv_placeholder_ptr could not be
located in the dynamic link library perl58.dll.

And on the command line, this is spat out:

Can't load 'C:\DOCUME~1\Yoz\LOCALS~1\Temp\par_priv.572.tmp\dZfKKTiv2V.dll'
for module Win32::OLE: load_file:The specified procedure could not be
found at D:/cpanrun/build/5-8-0/lib/DynaLoader.pm line 229.
 at ../blib/lib/PAR/Heavy.pm line 92
Compilation failed in require at script/saniti.pl line 7.
BEGIN failed--compilation aborted at script/saniti.pl line 7.

(PAR was installed from the tarball from par.perl.org, overwriting the
ppm-installed PAR 0.75, if that makes any difference)

-- Yoz

Reply via email to