merlon wrote:
> 
> That's the code (I think I typed everything correctly):
> #include <FL/Fl.H>
> 
> #include <FL/Fl_Window.H>
> 
> int main()
> 
> {
> 
> Fl_Window win(720,486);
> 
> win.show();
> 
> return FL::run();

Must read:

return Fl::run(); // with lowercase "l"

> 
> }

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

Reply via email to