Jul 20 2008

Compile a perl script that uses Wx with pp and PAR

Tag: Uncategorizedtengo @ 9:30 am

Compiling scripts with pp, PAR’s helper script, to executable binaries (.exe files on Win32) should be a pretty straightforward process. Anyway, if you are developing GUI applications, probably with Wx, you will surely run into some problems.
Upon execution, the generated execs will complain about missing libraries, DLLs or similar. This is because pp does a […]