Ppeoc has asked for the wisdom of the Perl Monks concerning the following question:
On reading up more, I figure I need to usepp -x -o Test_file.exe Test_file.pl
I use the module LibXML in my script and this is the error I get. C:\Windows\temp\par-707072617461706b\cache-e7ed955a0556640896b5479a0befbe205af169df\75dbd567.dll' for module XML::LibXML: load_file:The specified module could not be found at C:/Dwimperl/perl/lib/DynaLoader.pm line 190. at C:/Dwimperl/perl/site/lib/PAR/Heavy.pm line 120. How do I know what dll files need to be included? I have also downloaded Dependency Walker. It gives me an error opening file for API-MS-WIN-CORE-KERNEL32-PRIVATE-L1-1-1.DLL and other such dlls. I am not sure is this is even relevant. This is driving me crazy :( Would really appreciate some help. Thank you!pp -x -link dll file -o Test_file.exe Test_file.pl
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Using PAR Packer to convert into an exe file (ppsimple)
by Anonymous Monk on Jun 17, 2016 at 00:43 UTC |