> I think I found a fix to the problem Greg. It was in the > header file. Fluid generates the line: > > MyGroup(int X,int Y,int W,int H,const char *L=0); > > Changing -->char *L=0)<-- to -->char *L)<-- works for me. I > can compile and run your demo with the widget working the way > I want it to. Next up is to try to integrate this approach > into an existing project. Thanks.
Mike - you might want to get a later (more recent) version of fluid to support this. I think there were some changes and you may be hitting up against them here... SELEX Galileo Ltd Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 3EL A company registered in England & Wales. Company no. 02426132 ******************************************************************** This email and any attachments are confidential to the intended recipient and may also be privileged. If you are not the intended recipient please delete it from your system and notify the sender. You should not copy it or use it for any purpose nor disclose or distribute its contents to any other person. ******************************************************************** _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

