Visual Studio 2008 C++ 无 x64 平台 [英] visual studio 2008 C++ no x64 platform

查看:42
本文介绍了Visual Studio 2008 C++ 无 x64 平台的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在 Windows 7 x64 笔记本电脑上安装了 Visual Studio 2008,同时安装了 Service Pack 1.

I installed Visual Studio 2008 on my Windows 7 x64 laptop together with installation of Service Pack 1.

现在我想将 x64 平台添加到我的 C++ 解决方案中.但是在我的项目的配置管理器中没有可用的 x64 平台.我确定我在 Visual Studio 安装过程中手动选择了 x64 支持并安装了它.

Now I want to add x64 platform to my C++ solution. But there is no x64 platform available in the configuration manager for my project. I'm sure I manually selected x64 support during the Visual Studio installation and it was installed.

我的设置有什么问题?

推荐答案

如果我记得,VS 2008 Pro 默认不安装 64 位编译器和工具.您必须在安装过程中明确选择它们.

If I recall, VS 2008 Pro doesn't install the 64-bit compiler and tools by default. You have to explicitly select them during the installation.

  1. 控制面板 -> 卸载程序.
  2. 选择 Visual Studio 并点击卸载/更改.
  3. 等等.再等一会儿.点击下一步.
  4. 选择添加或删除功能.
  5. 展开 MSVC 2008 -> 语言工具 -> Visual C++.
  6. 选择X64 编译器和工具.
  1. Control Panel -> Uninstall Programs.
  2. Select Visual Studio and click Uninstall/Change.
  3. Wait. Wait some more. Click Next.
  4. Choose Add or Remove Features.
  5. Expand MSVC 2008 -> Language Tools -> Visual C++.
  6. Select X64 Compilers and Tools.

您可能需要原始安装介质.

You'll probably need your original installation media.

安装 64 位编译器和工具后,您应该能够将 64 位配置添加到您的解决方案中.

Once the 64-bit compiler and tools are installed, you should be able to add a 64-bit configuration to your solution.

这篇关于Visual Studio 2008 C++ 无 x64 平台的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆