>
>  All seems ok, but if I try to substitute in myapp.cxx the original
> declaration "static Fl_File_Chooser *my_chooser = NULL;" with
> "static Fl_Picker *my_chooser = NULL;" the code miserably fails the
> g++ test with "error: expected initializer before ‘*’ token", while
> a simpler "Fl_Picker *my_chooser = NULL;" gives just a slightly
> different... "error: expected constructor, destructor, or type
> conversion before ‘*’ token". on the same line. Did I get something
> wrong? Thank you for your answers.
>
>   Z.B.

It looks like you typo'd "Fl_Picker" where you intended "File_Picker."

_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to