简体   繁体   中英

Native cl.exe on Windows 7 64-bit Visual Studio 2013

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM