> > ALSO: perhaps it's no longer needed, but I thought FLTK apps > that used the FLTK image library had to call: > > fl_register_images(); > > ..at the top of main() to ensure the lib properly initialized. > So you should try adding that as the first thing in your main().
Ok, added the fl_register_images(); line and everything works OK so far. What exactly does it achieve? I mean, if it was totally needed then the app shouldn´t work at all when that line isn´t included, right? Confusing.
_______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

