Re: [fltk.general] fl_color() crashing program

2011-10-03 Thread Paul R
> I think the above (and other replies pointing to this) Is almost > certainly the case also, not online at home so apologies for late reply. > The fault occured on my work machine which runs win7, mingw gcc, gdb. > > I realised that my home machine had the exact same build of the library, > so te

Re: [fltk.general] fl_color() crashing program

2011-10-03 Thread Paul R
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

Re: [fltk.general] fl_color() crashing program

2011-09-30 Thread Greg Ercolano
On 09/30/11 07:45, Paul R wrote: > I just linked back to a build of 1.3 rc2 > It worked fine, i am thinking i might need to rebuild the 1.3 > library, i used msys and no errors were reported but i think i looked > around for a snapshot that included the config and used that instead > of the actual

Re: [fltk.general] fl_color() crashing program

2011-09-30 Thread Ian MacArthur
On 30 Sep 2011, at 15:45, Paul R wrote: > I just linked back to a build of 1.3 rc2 > It worked fine, i am thinking i might need to rebuild the 1.3 > library, i used msys and no errors were reported but i think i looked > around for a snapshot that included the config and used that instead > of th

Re: [fltk.general] fl_color() crashing program

2011-09-30 Thread Ian MacArthur
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 l

Re: [fltk.general] fl_color() crashing program

2011-09-30 Thread Matthias Melcher
On 30.09.2011, at 16:45, Paul R wrote: > I just linked back to a build of 1.3 rc2 > It worked fine, i am thinking i might need to rebuild the 1.3 > library, i used msys and no errors were reported but i think i looked > around for a snapshot that included the config and used that instead > of the

Re: [fltk.general] fl_color() crashing program

2011-09-30 Thread Paul R
I just linked back to a build of 1.3 rc2 It worked fine, i am thinking i might need to rebuild the 1.3 library, i used msys and no errors were reported but i think i looked around for a snapshot that included the config and used that instead of the actual final release.. ___

[fltk.general] fl_color() crashing program

2011-09-30 Thread Paul R
Hi all, 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 work