On 3/10/07, Greg Ercolano <[EMAIL PROTECTED]> wrote:
>
> Doodle77 wrote:
> > int main(int argc, char** argv) {
> >   Window w(700,600);
>
>         <-- Add 'w.begin();' here, and it should work.
>
> >   Dragon_Curve dc(0,0,700,600,15,10);
> >   w.end ();
> >   w.show(argc,argv);
> >   return run();
> > }
> _______________________________________________
> fltk mailing list
> [email protected]
> http://lists.easysw.com/mailman/listinfo/fltk
>
Oh, I thought the Window constructor called .begin() like in FLTK1 :\
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to