On 19.06.2008, at 12:42, huda wrote: >> It works for simple example i donot know why ??? > the first example is connect to my profossor library is this will > affect??
If it works in the simple example, then you can start and make the example more and more complex until you reach your original code. Some time during testing each of those iterations you will find your bug. I can't do anything with your professors library unfortunatly. It is a good practice to keep your programs modular, so that if one part fails, you can seperate that out and find the bug in a much smaller code base. ---- http://robowerk.com/ _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

