Latest version of VC++ & SDK to target Windows 98 and above ?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
While Microsoft would like us all to be using Vista and Windows Server 2008, there are still a lot of people using Windows 98. For some apps, it's quite easy to write it with support for Win 98. From memory, I think the latest version that can be used to target Win98 and above is VC++2005 without installing any SDK (ie. the last SDK to support Win 98 (XP SP2 or Server 2003 RS or SP1, I think) had older compilers and libs). Microsoft have removed all references to Windows 95/98/Me onm their site and MSDN Library 2008 so it's no longer possible to tell which version of the SDK was the last that supported targeting Win 95 and above. Am I correct ? Is there any way to install VC++ SP1 but keep support for Win9x targets ?