DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2588
Version: 1.3-current


I also thought the problem lies around Tk and FLTK each subclassing
NSApplication and adding new member functions. The patch removed
the FLTK side of this (that's why FLApplication disappeared in
the traceback).

Could you try exchanging the order with which the cocoa system
is initialized? This is done by calling fl_open_display() for FLTK
or by calling Tk_Init() for Tk.
That is, if Tk_Init() is now called before fl_open_display() or before
the first window show(), please inverse the order of these calls.
And conversely if FLTK enters stage before Tk.

If that is not enough, could you prepare a minimal program that
calls Tk and FLTK and crashes?


Link: http://www.fltk.org/str.php?L2588
Version: 1.3-current

_______________________________________________
fltk-bugs mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to