DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New] Link: http://www.fltk.org/str.php?L2499 Version: 1.3.0 Applies to RC1 and RC2. In Fl_Text_Buffer.H the follwoing methods are defined: char *next_char(char *c) const; const char *next_char(const char *c) const; char *prev_char(char *c) const; const char *prev_char(const char *c) const; are declared but nowhere defined. This is a problem for creating the Python wrappers, as all methods are wrapped automatically, we end up with undefined symbols. Link: http://www.fltk.org/str.php?L2499 Version: 1.3.0 _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
