On 30 Sep 2011, at 15:39, Paul R wrote: > I have recently built 1.3.0 i have had no problems so far but today i am > setting up a simple drawing program and it is crashing on the call to > fl_color, as a test i used the code for Greg's 'simple x drawing' program and > it also crashes on that line. I used an existing project that worked fine > linking to 1.3.0, deleted all the source files and just used main() file with > greg's code in it and it crashes, is this a known issue?? What could be going > wrong?
What platform? What toolchain? There are no other reports, and it sounds suspiciously like what happens if you mix up fltk-1.1 and fltk-1.3 headers. The sizes of some key fltk types, including fl_color, changed on moving to 1.3, so if your build is pulling in the headers from 1.3 but the libs from 1.1 (or vice versa) you can get weird runtime crashes a lot like you are describing... _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

