Hi,
I have used pp for quite a wile to create standalone executables from Perl scripts, even with additional modules (like Win32::GUI, Imager, etc) and it worked fine.
Now I have Perl code using Inline::C module (.cpp file is used to link to the existing dll library). It works perfectly in a...