Hello, I made an C++ FLTK 1.1.9 based program under Win XP with visual express 2005 that worked fine, but under linux gcc, all the Fl_Slider s and Dl_Value_Input s give tiny values in the E-315 or E-324 range. When stepping through the code, I put in the watch the value() functions and they progressively give me those tiny values, even if I just set the maximum, minimum, step of those objects. The sample code in the fltk bin directories plus tiny test programs I wrote work fine. I already had to rewrite the rint() function in the FL/math.h because it was giving me different values each time it ran. I am using code::blocks to compile with all the values given by fltk-config --xccflags and --ldstatic.
Where do I go from here to fix this? Frank _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

