----- Original Message -----
From: "pcornu via RT" <[EMAIL PROTECTED]>
Hi Philippe,
mydlr\Makefile.pl does not handle Strawberry perl (perl distribution
for Windows platform ; ok ok, I know, but it's a work requirement and i
cannot change that :) ) which has a library called perl510.dll (or
perl58.dll) that should be included in the executable packaged by pp,
but it is not currently (only accepted distrib are mingw and cygwin).
But Strawberry is just a mingw build anyway - by your own admission it is
already currently supported :-)
I've just installed PAR-Packer-0.982 on Strawberry 5.10.0 and the
perl510.dll definitely gets packed for me with pp.
For a "hello world" script I ran:
pp -o try.exe try.pl
Then in another shell that doesn't know where either the perl executable or
perl510.dll are, I ran:
------------------------------
C:\_32\pscrpt\par>perl -V
'perl' is not recognized as an internal or external command,
operable program or batch file.
C:\_32\pscrpt\par>try.exe
hello world
------------------------------
Did 'dmake test' pass all tests when you built and installed PAR-Packer ?
Cheers,
Rob