基于 microsoft Visual C++ 的 64 位构建快报2010
我正在尝试使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最后通过卸载所有内容并按以下顺序重新安装来使其工作:
完成此操作后,请确保在项目属性下将平台工具集更改为 windows sdk ->配置属性->常规
finally got this to work by uninstalling everything and reinstalling in the following order:
once this is done, make sure to change the platform toolset to the windows sdk under project properties->configuration properties->general