http://qs321.pair.com?node_id=568747


in reply to How to access Wx icons from within *.par

Hi rvosa,

't seem like the Wx and PAR experts have found your question yet! Only suggestion I have is that when using ActiveState's PerlApp that I need to use FindBin to determine where the programme is running and then find my module directory relative to that:

use FindBin; use lib "$FindBin::Bin/lib";
Have you tried something like that? With PerlApp it is necessary because the application runs in a Temp directory - notht edirectory where the .exe is found.

jdtoronto