Hello,
I am running Visual C++ with SP5 on Windows 2000 with SP3.
I need to access functionality that is defined when WINVER (windows version) is 0x0500. It is currently defined as 0x0400. I am able to override it by defining WINVER to be 0x0500 but the following note appears after compilation:
I am running Visual C++ with SP5 on Windows 2000 with SP3.
I need to access functionality that is defined when WINVER (windows version) is 0x0500. It is currently defined as 0x0400. I am able to override it by defining WINVER to be 0x0500 but the following note appears after compilation:
Code:
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 [URL unfurl="true"]http://www.microsoft.com/msdn/sdk[/URL] to see if retail Windows NT 5.0 or Windows 98 headers are available. See the SDK release notes for more information.
[\code]
I have run WINVER from the Start menu, and I'm told that I'm using version 5.0. I have gone to the website mentioned in the note, but have not found anything.
Does anyone know where (or if) I can get the retail headers for windows version 5.0?
Thanks.
--zer0FX