使用Visual Studio编译x64?

时间:2010-02-16 13:25:22

标签: c++ visual-studio 64-bit

问题: 假设一个C ++ hello world程序,非.NET。 使用Visual Studio 2005/2008/2010,如何编译64位应用程序? 我有64位Windows,但默认情况下,VS似乎编译32位可执行文件...

在使用g ++的Linux上,我可以使用-m32和-m64,但是如何使用Windows编译64位解决方案? 2005年甚至可能吗?或者是否需要2008甚至2010 Beta,甚至是某些x64 SDK?

2 个答案:

答案 0 :(得分:17)

答案 1 :(得分:2)

听起来好像你没有set the correct target。也可以使用交叉编译工具在x86上构建x64应用程序。