On Sat, 11 Sep 2010 12:29:58 -0700
Jon <[email protected]> wrote:
> #include <FL/Fl.H>
> #include <FL/Fl_Window.H>
> int main()
> {
> FL_Window win(720, 486);
Fl_Window ... note lowercase L
> win.show();
> return FL::run();
Fl::run() ... note lowercase L
-
> }
>
>
> Errors that are making me die a little bit on the inside:
> foo.cpp(6): error C2065: 'FL_Window' : undeclared identifier
> foo.cpp(8): error C2653: 'FL' : is not a class or namespace name
> foo.cpp(8): error C3861: 'run': identifier not found
.. should be only little typos ...
Andrea
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk