> However I get the following compilation errors,
Something is awry in your build settings, I think. I just pasted your code verbatim onto my XP box, and compiled it using mingw, which is what devc++ uses, as I understand it: fltk-config --compile bx_tst.cxx The code compiled and ran correctly. As you might expect. So... Do the samples in the test directory of the fltk tarball work for you? If they are working for you, copy the build settings they use... If they are not working for you, you need to find out what is awry and fix that... If you don't even have them because the devpak you are using left them out, then get a recent snapshot from the website and use that. There's a lot of good stuff in those examples! SELEX Sensors and Airborne Systems Limited 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

