I am building Desktop apps with Visual Studio C++ 2017 on Windows 10. Compatibility with Windows 7 and 8 is required.
May I use the latest Windows 10 SDK for this, or do I have to use the Windows 8.1 SDK?
For those who are using an older version of Windows, Visual Studio 2017 will run on Windows 7 SP1, Server 2012 R2, Windows 8.1 (with update 2919355) and Windows Server 2016.
With the Windows SDK, you can begin building Universal Windows apps and desktop apps for Windows 10, Version 1511. This SDK also supports building Windows apps and desktop applications for Windows 8.1, Windows 8, Windows 7, Windows Vista, Windows Server 2012, Windows Server 2008 R2, and Windows Server 2008.
The minimum operating system requirement for Visual Studio 2015 is Windows 7 with Service Pack 1 (or higher).
You can use the Windows 10 SDK to write Windows desktop applications compatible with Windows 7 and up. The minimum target version is controlled through preprocessor symbols (WINVER
and _WIN32_WINNT
). Set them to 0x0601
to target Windows 7 and up.
See Using the Windows Headers for details.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With