in reply to Re^4: Using Tk inside a Perl exe
in thread Using Tk inside a Perl exe

As I say, I think it's likely that there's a better way to achieve what you want to do, more portable in so much that it'd work as a standalone script and packaged version. Some details or a small example of how you want to use the icon.png would likely be sufficient for someone in the know to point you in the right direction.

Replies are listed 'Best First'.
Re^6: Using Tk inside a Perl exe
by Garden Dwarf (Beadle) on Nov 19, 2018 at 11:11 UTC
    I've build a small application using Tk::Zinc and Tk routines. I need resources to display buttons a user can click on (those are the PNGs). I found Tk:Zinc more easy to control the display, and it also supports acceleration from graphic cards if available. Tk::Zinc:Graphics is calling Tk::findINC, and from there was coming my issue.