What editon of Visual Studio 2013 do I need to have a native 64-bit cl.exe(amd64 one, not x86_amd64)? I am running Windows 7 64-bit with Visual Studio 2013 Express (Windows Desktop Development)

有帮助吗?

解决方案

With Visual C++ Express the x64 native compiler is not provided. You need at least the "Professional" edition.

http://msdn.microsoft.com/en-us/library/hs24szh9(v=vs.120).aspx

Anyhow, you can build 64 bit executables just fine using the x86-x64 cross compiler running on WOW64.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top