Hello all,
I have written a perl script and would like to convert it to an executable file. i am using perl2exe. the version of perl is 5.8.8 on Windows XP. it converts fine from script.pl to script.exe. however, when i run script.exe, i get the following message:
'The procedure entry point Perl_newSVpvn_f lags could not be located in the dynamic link library p2x588.dll.'
i've been trying to find literature on this but to no avail. could someone help me please.
Thank you!
I have written a perl script and would like to convert it to an executable file. i am using perl2exe. the version of perl is 5.8.8 on Windows XP. it converts fine from script.pl to script.exe. however, when i run script.exe, i get the following message:
'The procedure entry point Perl_newSVpvn_f lags could not be located in the dynamic link library p2x588.dll.'
i've been trying to find literature on this but to no avail. could someone help me please.
Thank you!
Comment