The information in this article applies to:
SYMPTOMSGetVersion() returns 3.10 when running under Windows for Workgroups version 3.11. CAUSEGetVersion() still returns 3.10 from Windows for Workgroups version 3.11 because there are too many applications that are checking for version 3.10. GetVersion() returns 3.10 to maintain compatibility with those applications that check for Windows version 3.10. RESOLUTIONWindows applications that use the C language can use the following set of functions to get the actual version information.
For a complete sample application that does this, please see the sample in
the ..\SAMPLES\VERSTAMP directory from Microsoft Visual C++.
Below is a Visual Basic program that uses the GetFileVersionInfo() functionto get the actual version information.
STATUSThis behavior is by design. Additional query words: 3.00 3.10
Keywords : kb16bitonly kbResource kbSDKPlatform kbSysSettings |
Last Reviewed: June 7, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |