Hi,
I'm working with MathGL and FLTK (running in a separate thread) and I always get this single error in the console:
X_ChangeProperty: BadValue (integer parameter out of range for operation) 0x0
It doesn't seem fatal and everything continues to work. I've debugged my test program and the error doesn't seem to appear after a function call related to MathGL or FLTK. For example it appears in this line:
vector<double> f(size);
where size = 60. but if I put 60 instead of size, the error appears in a different line!...
If someone knows how to eliminate the error I'll appreciate the help. thanks.
Jaime