On 24 Feb 2013, at 22:27, Ali wrote:
> NOTE: WINVER has been defined as 0x0500 or greater which enables > Windows NT 5.0 and Windows 98 features. When these headers were released, > Windows NT 5.0 beta 1 and Windows 98 beta 2.1 were the current versions. > For this release when WINVER is defined as 0x0500 or greater, you can only > build beta or test applications. To build a retail application, > set WINVER to 0x0400 or visit http://www.microsoft.com/msdn/sdk > to see if retail Windows NT 5.0 or Windows 98 headers are available. > See the SDK release notes for more information. There were (still are?) updates for VC6 to make it support later versions of Windows - you appear not to have those updates applied. You *really* need to get a more up to date toolchain. You say you have mingw gcc-3.4.2 from dev-cpp? That should work fine, as far as I know the version of mingw they ship is pretty much stock, and I used mingw gcc-3.4.2 and 3.4.5 for years. Though the gcc.-4.6 and 4.7 compilers from more recent mingw releases are better! However, I think dev-cpp does not install all the supporting environment you need: You need to go to the mingw site and get Msys and the Msys-sdk and dev-tools packages installed. Thereafter, the autoconf / configure / make stuff will just work. Well, it does for me, at any rate. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

