Home > Backend Development > C++ > How to Build a 64-Bit Application Using Visual C 2010 Express?

How to Build a 64-Bit Application Using Visual C 2010 Express?

Barbara Streisand
Release: 2024-11-30 20:16:23
Original
736 people have browsed it

How to Build a 64-Bit Application Using Visual C   2010 Express?

How to Build a 64-Bit App with Visual C 2010 Express

While Visual C 2010 Express itself doesn't offer a 64-bit compiler, it's still possible to create 64-bit applications using the Windows Software Development Kit (SDK). Here's a stepwise guide:

1. Obtain the Windows SDK:

Install Windows SDK version 7.1, which includes the necessary 64-bit compiler.

2. Configure Your Project:

  • Change the project's "Configuration" to "All Configurations."
  • Select "Platform" as "Win32."
  • Click "Configuration Manager."
  • In the new dialog, select your project and choose "New" for a platform, followed by "x64."
  • Set the "Active solution platform" as "x64."
  • Back in the Properties dialog, ensure "Platform" is set to "x64."

3. Change the Toolset:

Still in the Properties menu, navigate to Configuration Properties | General.

  • Change the Platform Toolset from "v100" to "Windows7.1SDK."

Additional Notes:

  • For further details on the second step, refer to Microsoft's reference: http://msdn.microsoft.com/en-us/library/9yb4317s.aspx.

The above is the detailed content of How to Build a 64-Bit Application Using Visual C 2010 Express?. For more information, please follow other related articles on the PHP Chinese website!

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Articles by Author
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template