>> Here it is again less the boost requirement. > > Thanks -- compiles and runs and I can replicate the problem. > (crashes on free() when I hit "Cancel".. not sure what that is, > but might be unrelated)
Oh, and I should add: when I change the 1350 value in main to 1310 the code works (making the height of the Fl_Group just under 32767) and when I set it to values above 1310 (just above the 32767 limit) it freaks out. So fairly sure this is the 16 bit signed short limit (ie. 15 bits plus sign), I'd await replies from the core devs. However, I /think/ this was brought up before on one of the forums (fltk.general/bugs/development). You might try searching for 32767 and/or 32768 and read the most recent articles that cite that value. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

