I have a perl program working fine as perl, but when converting to an exe (using pp), it dies by saying "Can't call method crc32String...".
After investigation I notice that I build a button with a "png" graphic part. The image is loaded using Tk:findINC(), which seems to be an issue (and as it is part of a third party module, I cannot avoid this). I didn't find anything about this (which dll do I have to include?) on Google, so I need some help if you don't mind.The line to generate this error is as follows:
print Tk::findINC('icon.png')."\n";Thanks in advance!
In reply to Using Tk inside a Perl exe by Garden Dwarf
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |