Re: [fltk.development] RFC: Handling ABI features [was: STR #2795: Fl_Tree: needs tobe optimized to handle very large contents (>10000)]

2012-01-07 Thread Bill Spitzak
On 01/06/2012 06:28 AM, Albrecht Schlosser wrote: > #define FLTK_ABI_VERSION 010300 > #if FLTK_ABI_VERSION >= 010302 Watch out for leading zeros, that will make the constant octal. Other than that I see no problem with this idea. ___ fltk-dev mailing

Re: [fltk.development] RFC: Handling ABI features [was: STR #2795: Fl_Tree: needs tobe optimized to handle very large contents (>10000)]

2012-01-06 Thread Greg Ercolano
On 01/06/12 06:28, Albrecht Schlosser wrote: > Moving this thread to fltk.development ... > Please post follow-ups to fltk.development. > > On 05.01.2012 18:15, Greg Ercolano wrote: >>> Looks like fltree.patch would break the ABI, so we can probably not >>> apply this in fltk 1.3.x. >> >> Good poi