DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New] Link: http://www.fltk.org/str.php?L2545 Version: 1.3.0 Robin, your backtrace seems to indicate that you're calling the *protected* method Fl_Browser::insert(int line, FL_BLINE *item) Although this might be okay, please note the the FL_BLINE struct has changed from FLTK 1.1 to FLTK 1.3. There is an additional member "Fl_Image* icon" in this struct. Since this struct is not defined in an official header file, I assume that you have defined it in your code and are using the 1.1.7 structure definition for FLTK 1.3. If this is not true: as others have asked you already, please post a short code that shows the bug(?), or we will have to close this STR soon. Link: http://www.fltk.org/str.php?L2545 Version: 1.3.0 _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
