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

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

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

Replies are listed 'Best First'.
Re^5: error reading bitmap file "" at Tk/Widget.pm line 205
by Anonymous Monk on Oct 11, 2013 at 23:49 UTC
    So post a runnable example.  use Tk; $mw = tkinit; $mw->...withicion...; MainLoop;