> Could be that the wrong framework is linked... my knowledge in macos isn't > deep enough to know what to do here to use the right framework
Ok, found a way to fix the problem you need to compile with the option -mmacosx-version-min=10.3 Then your code will run on both 10.3 and 10.4 ... Jean-Yves _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

