基于 microsoft Visual C++ 的 64 位构建快报2010

发布于 2024-12-14 13:30:01 字数 467 浏览 1 评论 0原文

我正在尝试使用 Visual C++ Express 2010 将 VC++ 项目编译为 64 位。我知道 64 位编译器没有默认安装 VC++ Express,因此我按照此处指定的方式安装了适用于 Windows 7 的 Windows SDK (http:// msdn.microsoft.com/en-us/library/9yb4317s.aspx),其中包括据我所知的 64 位编译器。但是,vc++的配置管理器中仍然没有64位选项。经过一番搜索后,我发现并完成了本教程(http://jenshuebel.wordpress.com/2009/02/12/visual-c-2008-express-edition-and-64-bit-targets/)以及各种链接位于本页底部。尽管我付出了一切努力,我仍然无法让 64 位编译器在 vc++ 中显示。我也尝试过重新安装 vc++ 和 sdk。如果有人有任何让它发挥作用的经验/技巧,我将非常感激。仅供参考 - 我正在运行 Windows 7(x64)。

I am trying to compile a vc++ project as 64 bit using visual c++ express 2010. i know that the 64 bit compiler does not come with the default installation of vc++ express so i installed windows sdk for windows 7 as specified here (http://msdn.microsoft.com/en-us/library/9yb4317s.aspx) which includes the 64 bit compiler as i understand. however, there is still no 64 bit option in the configuration manager for vc++. after some searching i found and completed this tutorial (http://jenshuebel.wordpress.com/2009/02/12/visual-c-2008-express-edition-and-64-bit-targets/) as well as the various links at the bottom of this page. despite all my efforts, i still cannot get the 64 bit compiler to show in vc++. i have also tried reinstalling both vc++ and sdk. if anyone has any experience/tips with getting this to work i would really appreciate it. fyi - i am running windows 7(x64).

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

悲欢浪云 2024-12-21 13:30:01

最后通过卸载所有内容并按以下顺序重新安装来使其工作:

  1. VS2010 C++ Express(在我的例子中)
  2. SDK 7.1
  3. VS2010 SP1
  4. SP1 编译器补丁 KB2519277

完成此操作后,请确保在项目属性下将平台工具集更改为 windows sdk ->配置属性->常规

finally got this to work by uninstalling everything and reinstalling in the following order:

  1. VS2010 C++ Express (in my case)
  2. SDK 7.1
  3. VS2010 SP1
  4. SP1 Compiler patch KB2519277

once this is done, make sure to change the platform toolset to the windows sdk under project properties->configuration properties->general

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文