Hello All, I am still converting my project into a FLTK application, results are already quite nice... (I will show you the results soon ;) )
I am experiencing a strange problem... I am loading large amound of data from files after a user interaction (keyboard interaction). But FLTK is sometimes crashing here..., I checked memory consomption, and It is not the problem. ofcourse I tried to find out what is making the exe crashing, and the answer is not obvious... It is clearly not in my code since I putted stdout at the beginning and at the end of ALL the functions I defined. I can see each time that when a function started it finnished correctly before the crash. I think it is crashing in Fl::run() BUT... When I comment the large loading of data, it do not crash anymore..., Also I tried to make the loading of data at the beginning of the exe, and it runs without problems... Does it make sense to you? because it does not for me... my only hypothesis, is that there are strange interaction between my memory allocation or fopen/fread/fclose/... and FLTK. is FLTK multithreaded by default ? can it be the source of the problem? Have you an idea to solve it? I tried to create a small code reproducing the problem, but I failed... Best, Loic, _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

