Regarding to Windows and Linux I found the following problem (seems I'm doing all possible wrongs for the moment ;o):
It is not possible to include Fl_Native_File_Chooser first or as single include, but necessary to include e.g. Fl.H first, to get missing definitions: #include <FL/Fl_Native_File_Chooser.H> #include <FL/Fl.H> This way causes a lot of confusing error messages, turning the includes around solves the problem. Maybe it is better to include all necessary definitions directly to Fl_Native_File_Chooser? _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

