On 20 Mar 2007, at 19:40, ACP wrote: > As near as I can tell by using dbg, a pointer is lost in the static > callback function to parent(). Does anyone know why the callback > above would crash if called outside main()? The composite widget > class is inherits Group and parent() should point to that group, > correct?
You haven't provided any context so I can see how you instantiated your widget objects - but from what you describe I'd *guess* that the object is going out of scope... Is that possible? _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

