Skip to content

Commit 5f93c02

Browse files
committed
review
1 parent 1a38410 commit 5f93c02

File tree

1 file changed

+28
-21
lines changed

1 file changed

+28
-21
lines changed

docs/overview/supported-platforms-visual-cpp.md

Lines changed: 28 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: "Learn more about: Supported Platforms (Visual C++)"
33
title: "Supported Platforms (Visual C++)"
4-
ms.date: 10/17/2025
4+
ms.date: 10/21/2025
55
ms.service: "visual-cpp"
66
ms.subservice: "tools"
77
helpviewer_keywords: ["Visual C++, platforms supported", "platforms [C++]"]
@@ -10,36 +10,43 @@ helpviewer_keywords: ["Visual C++, platforms supported", "platforms [C++]"]
1010

1111
Apps built by using Visual Studio can be targeted to various platforms.
1212

13+
Support for targeting 32-bit ARM was permanently removed in VS 2026 18.0.
14+
1315
## Visual Studio target OS and architecture support
1416

15-
| Operating System | x86 | x64 | ARM | ARM64<sup>a</sup> |
16-
|--|--|--|--|--|
17-
| Windows XP <sup>b</sup> | X | X | | |
18-
| Windows Vista | X | X | | |
19-
| Windows 7 | X<sup>e</sup> | X<sup>e</sup> | | |
20-
| Windows 8 | X<sup>e</sup> | X<sup>e</sup> | X<sup>e</sup> | |
21-
| Windows 8.1 | X<sup>e</sup> | X<sup>e</sup> | X<sup>e</sup> | |
22-
| Windows 10 | X | X | X | X |
23-
| Windows 11 | X | X | X | X |
24-
| Windows Server 2003 <sup>b</sup> | X | X | | |
25-
| Windows Server 2008 R2 | X<sup>e</sup> | X<sup>e</sup> | | |
26-
| Windows Server 2012 R2 | X<sup>e</sup> | X<sup>e</sup> | | |
27-
| Windows Server 2016 | X | X | | |
28-
| Windows Server 2019 | X | X | | |
29-
| Windows Server 2022 | X | X | | |
30-
| Android <sup>c</sup> | X | X | X | X |
31-
| iOS <sup>c</sup> | X | X | X | X |
32-
| Linux <sup>d</sup> | X | X | X | X |
17+
| Operating System | x86 | x64 | ARM64<sup>a</sup> |
18+
|--|--|--|--|
19+
| Windows XP <sup>b</sup> | X | X | |
20+
| Windows Vista<sup>f</sup> | X | X | |
21+
| Windows 7<sup>e</sup> | X | X | |
22+
| Windows 8<sup>e</sup> | X | X | |
23+
| Windows 8.1<sup>e</sup> | X | X | |
24+
| Windows 10 | X | X | X |
25+
| Windows 11 | X | X | X |
26+
| Windows Server 2003 <sup>b</sup> | X | X | |
27+
| Windows Server 2008<sup>e</sup> | X | X | |
28+
| Windows Server 2008 R2<sup>e</sup> | X | X | |
29+
| Windows Server 2012<sup>e</sup> | X | X | |
30+
| Windows Server 2012 R2<sup>e</sup> | X | X | |
31+
| Windows Server 2016 | X | X | |
32+
| Windows Server 2019 | X | X | |
33+
| Windows Server 2022 | X | X | |
34+
| Windows Server 2025 | X | X | |
35+
| Android <sup>c</sup> | X | X | X |
36+
| iOS <sup>c</sup> | X | X | X |
37+
| Linux <sup>d</sup> | X | X | X |
3338

3439
<sup>a</sup> ARM64 support is available in Visual Studio 2017 and later.
3540

36-
<sup>b</sup> You can use the Windows XP platform toolsets included in Visual Studio 2017, Visual Studio 2015, Visual Studio 2013, and Visual Studio 2012 Update 1 to build Windows XP and Windows Server 2003 projects. For information on how to use these platform toolsets, see [Configuring Programs for Windows XP](../build/configuring-programs-for-windows-xp.md). For more information on changing the platform toolset, see [How to: Modify the Target Framework and Platform Toolset](../build/how-to-modify-the-target-framework-and-platform-toolset.md).
41+
<sup>b</sup> Visual Studio no longer supports targeting Windows XP. If you must target Windows XP, use the Windows XP platform toolsets included in Visual Studio 2017, Visual Studio 2015, Visual Studio 2013, and Visual Studio 2012 Update 1 to build Windows XP and Windows Server 2003 projects.
3742

3843
<sup>c</sup> You can install the **Mobile development with C++** workload in the installer for Visual Studio 2017 and later. In Visual Studio 2015 setup, choose the optional **Visual C++ for Cross Platform Mobile Development** component to target iOS or Android platforms. For instructions, see [Install Visual C++ for Cross-Platform Mobile Development](/visualstudio/cross-platform/install-visual-cpp-for-cross-platform-mobile-development). To build iOS code, you must have a Mac computer and meet other requirements. For a list of prerequisites and installation instructions, see [Install And Configure Tools to Build using iOS](/visualstudio/cross-platform/install-and-configure-tools-to-build-using-ios). You can build x86 or ARM code to match the target hardware. Use x86 configurations to build for some Android devices. Use ARM configurations to build for iOS devices and most Android devices.
3944

4045
<sup>d</sup> You can install the **Linux development with C++** workload in the installer for Visual Studio 2017 and later to target Linux platforms. For instructions, see [Download, install, and setup the Linux Workload](../linux/download-install-and-setup-the-linux-development-workload.md). This toolset compiles your executable on the target machine, so you can build for any supported architecture.
4146

42-
<sup>e</sup> Visual Studio 2026 18.0 and later no longer support targeting Windows 7/8/8.1 or Windows Server 2008 R2/2012/2012 R2. Visual Studio 2026 and later target Windows 10 or later and Windows Server 2016 or later.
47+
<sup>e</sup> Visual Studio 2026 18.0 and later no longer support targeting Windows 7/8/8.1 or Windows Server 2008/2008 R2/2012/2012 R2. Visual Studio 2026 and later target Windows 10 or later and Windows Server 2016 or later.
48+
49+
<sup>f</sup> Visual Studio 2022 17.0 and later no longer support targeting Windows Vista or Windows Server 2008.
4350

4451
For information about how to set the target platform configuration, see [How to: Configure Visual C++ projects to target 64-bit, x64 platforms](../build/how-to-configure-visual-cpp-projects-to-target-64-bit-platforms.md).
4552

0 commit comments

Comments
 (0)