Garden Dwarf has asked for the wisdom of the Perl Monks concerning the following question:
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!
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Using Tk inside a Perl exe
by marto (Cardinal) on Nov 16, 2018 at 11:02 UTC | |
by Garden Dwarf (Beadle) on Nov 16, 2018 at 11:55 UTC | |
by marto (Cardinal) on Nov 16, 2018 at 14:09 UTC | |
by afoken (Chancellor) on Nov 17, 2018 at 13:04 UTC | |
by Garden Dwarf (Beadle) on Nov 19, 2018 at 10:44 UTC | |
by marto (Cardinal) on Nov 19, 2018 at 10:52 UTC | |
|