On 11/15/15 5:27 PM, ekimduna...@gmail.com wrote:
Miguel,

This might help

http://stackoverflow.com/questions/2948405/how-to-compile-a-perl-script-pl-to-a-windows-executable-exe-with-strawberr

PAR/pp, referenced in that thread, is fine if you simply need to distribute a script to end users in a standalone package without a lot of polish. pp is not without its issues, however, especially on Windows, and if you are doing something more complicated or professional-level you will run into significant limitations: it's impossible to customize the app icon or its version info within the exe, for instance. I discuss a few of the issues here, as well as referencing another approach that I found better:

http://www.codebykevin.com/blosxom.cgi/2015/11/13#filemorph-26-better-windows-experience

(FWIW, the context is a cross-platform desktop GUI application written in Perl and linking to the Tkx module for its GUI. Source code referenced in blog entry.)

--Kevin



--
Kevin Walzer
Code by Kevin/Mobile Code by Kevin
http://www.codebykevin.com
http://www.wtmobilesoftware.com

Reply via email to