Hello
Is it possible to package a wxperl program into a .exe? I tried the following and the .exe file is created
pp -M Wx -g -o listctrl.exe listctrl.pl
but when I run the .exe I get the following error
"The application has failed to start because wxbase28u_gcc_wxperl.dll was not found. Re-installing the application may fix the problem."
I tried this without making it into an .exe and it works. Please let me know if there is a way to fix it.
Best Regards