Skip to content

Latest commit

 

History

History
66 lines (58 loc) · 3.46 KB

supported-platforms-visual-cpp.md

File metadata and controls

66 lines (58 loc) · 3.46 KB
title ms.custom ms.date ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic dev_langs helpviewer_keywords ms.assetid caps.latest.revision author ms.author manager translation.priority.ht
Supported Platforms (Visual C++) | Microsoft Docs
11/04/2016
cpp-tools
article
C++
Visual C++, platforms supported
platforms [C++]
0d893056-4008-411a-b3d1-5f57fd7da95c
22
mikeblome
mblome
ghogen
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

Supported Platforms (Visual C++)

Apps built by using [!INCLUDEvsprvs] can be targeted to various platforms, as follows.

Operating System x86 x64 ARM
Windows XP X* X*
[!INCLUDEWinXPSvr] X* X*
Windows Vista X X
Windows Server 2008 X X
Windows 7 X X
Windows Server 2012 R2 X X
Windows 8 X X X
Windows 8.1 X X X
Windows 10 X X X
Android ** X X X
iOS ** X X X
Linux *** X X X

* You can use the Windows XP platform toolset included in Visual Studio 2017, Visual Studio 2015, Visual Studio 2013, and Visual Studio 2012 Update 1 or later to build Windows XP and [!INCLUDEWinXPSvr] projects. For information on how to use this platform toolset, see Configuring Programs for Windows XP. For additional information on changing the platform toolset, see How to: Modify the Target Framework and Platform Toolset.

** You can install the Mobile development with C++ workload in the Visual Studio installer (or the optional Visual C++ for Cross Platform Mobile Development component in Visual Studio 2015 setup) to target iOS or Android platforms. For instructions, see Install Visual C++ 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. You can build x86 or ARM code to match the target hardware. Use x86 configurations to build for the iOS simulator, Microsoft Visual Studio Emulator for Android, and some Android devices. Use ARM configurations to build for iOS devices and most Android devices.

*** You can install the Linux development with C++ workload in the Visual Studio installer to target Linux platforms. For instructions, see Download, Install and Setup the Linux Workload. This toolset compiles your executable on the target machine, so you can build for any supported architecture.

For information about how to set the target platform configuration, see How to: Configure Visual C++ Projects to Target 64-Bit, x64 Platforms.

See Also

Visual C++ Tools and Features in Visual Studio Editions
Getting Started