in reply to error reading bitmap file "" at Tk/Widget.pm line 205

Adding the files to the archive with -a doesn't mean Tk knows to find them where you added them, or maybe even that PAR... unpacks them by default (it probably does, .... details)

Post some code :) so I can run it down, or just use the -x option

  • Comment on Re: error reading bitmap file "" at Tk/Widget.pm line 205

Replies are listed 'Best First'.
Re^2: error reading bitmap file "" at Tk/Widget.pm line 205
by ric00015 (Beadle) on Oct 10, 2013 at 19:30 UTC

    Isn't the -c similar, in that it looks for run-time dependencies?

      Isn't the -c similar, in that it looks for run-time dependencies?

      Similar isn't the same as same ... when you tried it, did it work?

        It ran through the program properly when I was compiling, but trying to run the resultant executable gave me the same error.