----- Original Message ----- From: "Daniel McBrearty" <danielmcbrearty@gmail.com> . . > > I mistyped the warning - it is "Perl_ckwarn_d" - it is in warnings.h. > In that case .... "Perl_ckwarn_d" did not come into existence until perl 5.8.8. This starts to smell a little like the PL_memory_wrap issue. I suspect that the PAR you have was built using a pre-5.8.8 version of perl, and that you need to use a PAR that was built using perl 5.8.8. Try using your own visual studio compiler to build PAR (especially if you have version 6.0 of that compiler). Other than that, there's a ppm of PAR (version 0.957 - ppm install http://theoryx5.uwinnipeg.ca/ppms/PAR-588.ppd ) at Randy Kobe's uwinnipeg rep that avoids the PL_memory_wrap issue on perl 5.8.8. Perhaps that same version also beats this Perl_ckwarn_d issue. Cheers, RobThread Previous | Thread Next