Stewart wrote:
> I get heaps of errors saying <Couldn't find "windows.h">.
I'm guessing you might have an incomplete install of Visual Studio
Express,
ie. have not installed the "platform SDK".
VS Express 2005 (the compiler/IDE) is an oddball from the previous
releases of
VS in that they separated the compiler/IDE from the 'platform SDK'.
Both are "free", but you have to install them separately for some
reason.
And the platform SDK, IIRC, is a PITA to install correctly.
You'll need to install the platform SDK before you can get VSE to build
any kind of windows apps; not just FLTK, but even tiny WIN32 apps that
have #include <windows.h> at the top.
For more info, see:
http://social.msdn.microsoft.com/forums/en-US/vcgeneral/thread/2bfed529-fb6d-48a3-ad48-fc6301486646/
Note that this seems to be solved in the VSE 2008 release, where
you can download/install and be able to build WIN32 apps without
doing the separate 'platform SDK' install.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk