Can you provide a short, but complete, compileable example program that shows the effect (and works on Linux, as you wrote)? If we have an example, we can try to replicate it and maybe find the cause of your problem.
Please post your reply or questions to fltk.general, because fltk.bugs is reserved for our automatic bug tracking system. Thanks. Albrecht vigmond.ucalgary wrote: > My application stopped working when I upgraded my Mac to Snow Leopard and gcc > version 4.2.1. I have menu items with images which cause a segfault. The > images should get read into Pixmap static variables but the constructors do > not seem to get called before the variable is used. When I look at the lines > that fail when the menu is initialized, they are of the form > o->image(pixmap) > but pixmap points to a zero filled Pixmap object. My application works fine > under Linux. Everything is compiled with 64 bits. _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
