Visual Studio will not give me the platform option of 64 bit in configuration manager..?

社会主义新天地 提交于 2019-12-09 00:34:22

问题


I am currently trying to build a project for a 64 bit computer, but the configuration manager doesn't list 64 bit as an option. It gives me Win32, but no x64 (under "Platform"). I am using Visual Studio 2010 C++ Express.

It works on my other computer, but not this one. Most everything I have read has been saying to go up to the "Active Solution platform" drop down, and add 'x64' to it. I have tried that, but it still only lists Win32.


回答1:


Select the Configuration Manager as given by the following picture.

The Select "New" from the menu as given by the following picture.

After that you will populate with following dialog box.

Once the process is completed, you will get the "x64" platform settings. Now you can select the Platform via Configuration Manager.



来源:https://stackoverflow.com/questions/14188965/visual-studio-will-not-give-me-the-platform-option-of-64-bit-in-configuration-ma

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!