in reply to Re^2: error reading bitmap file "" at Tk/Widget.pm line 205
in thread error reading bitmap file "" at Tk/Widget.pm line 205

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?

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

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

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

      So post a runnable example.  use Tk; $mw = tkinit; $mw->...withicion...; MainLoop;