On 22 Dec 2008, at 0:26, nilan wrote: >>> when i click on a any of Fl_Input in my GUI,a segmentation error >>> occur. >>> im doing nothing with Fl_Input call backs. im using fltk 1.3.0 >>> any body have an idea regarding this? >>> >> >> I have the exactly same program.There is a temprary solution. >> Using fltk-1.1.7/src/Fl_Input_.cxx replays the fltk-1.3.x-r6542/ >> src/Fl_Input_.cxx. It works well.^_^ > > yes liaojifang, it solves segmentation error problem. but my real > problem ( input and display japanese fonts) is not solved in fltk > 1.3 also. so im thinking of moveing to QT. thanks a lot.
You still have that error? That is very strange - no one has been able to reproduce that. The fact that swapping in the 1.1.7 version of the source "fixes" the problem really does make me think you have a hybrid build. If I deliberately make a hybrid build (by using the 1.1.9 header files but linking to the 1.3.x libs) I do get some weird crashes - but not with Fl_Input. Still, I think that must be what has happened. Maybe the other way round, using the 1.3.x headers but linking ot the 1.1.7 libs or something? I don't actually have the bits and pieces I'd need to test that configuration though. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

