On Mar 4, 2007, at 4:21 PM, Mathew Lougher wrote: > I'm using express edition and I have installed the Platform > libraries seperately, which removed the "windows.h error" and then > I got these errors instead. Perhaps I missed a step somewhere?
It should work like this: download the latest version from fltk.org, unpack it, open the fltk.sln solution file in the vc2005 directory. Activate the "demo" project and press F5. Answer "yes" to compile and run. Nothing else should be needed. Your compiler line is missing essential MSWindows libraries that contain the bindings to the WIN32 functions. I can not imagine how those settings could have gone missing. ---- http://robowerk.com/ _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
