Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.52 KB

visual-studio-ide-64-bit-support.md

File metadata and controls

33 lines (25 loc) · 1.52 KB
title description ms.date ms.topic helpviewer_keywords author ms.author manager ms.subservice
Configure apps to target platforms like 64-bit
Set up your applications in the Visual Studio integrated development environment (IDE) to target different platforms, including 64-bit platforms.
07/19/2021
conceptual
64-bit applications [C++]
Visual Studio, 64-bit support
64-bit programming [C++]
anandmeg
meghaanand
mijacobs
general-ide

Visual Studio IDE 64-Bit support

Visual Studio enables you to set up your applications to target different platforms, including 64-bit platforms. For more information on 64-bit platform support in Visual Studio, see 64-bit applications.

Note

Visual Studio 2022 on Windows is now a 64-bit application. For more information, see the Visual Studio 2022 vision blog post.

Deploy a 64-bit application

Deploy prerequisites for 64-bit applications lists the redistributables you can use as prerequisites for the installation of a 64-bit application.

Configure projects as 64-bit applications

How to: Configure projects to target platforms discusses configuring projects to be built as 64-bit applications.

Debug a 64-bit application