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 normal execution mode (need cl and nmake installed). But I have trouble creating standalone exe from it. I tried appending paths with -I, including modules with -M and files with -A, but always end up with unusable exe.
Did anyone have tried this, or perhaps someone can point me to the places on the web where this matter is discussed. So far I could not find anything. Inline is discussed apart from pp.
Any help is much appreciated.
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 normal execution mode (need cl and nmake installed). But I have trouble creating standalone exe from it. I tried appending paths with -I, including modules with -M and files with -A, but always end up with unusable exe.
Did anyone have tried this, or perhaps someone can point me to the places on the web where this matter is discussed. So far I could not find anything. Inline is discussed apart from pp.
Any help is much appreciated.