Hello,

why didn`t work this:

// STL list
// ced = a window inherit from fltk::Window

list<ced*> wc;

ced *cedwin = new ced(200, 200, " ");
cedwin->show ();
wc.push_back(cedwin);

I'm using fltk2.

The error is invalid use of statement wc in static member function.

This is just an abridgement of the source.



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

Reply via email to