rafa wrote: > m_Button1 = new Fl_Button(180,40,50,50,"");
Try instead:
m_Button1 = new Fl_Button(180,40,50,50);
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

