Visual Studio Express 2012 或 Express 2013 中是否提供 64 位编译器?
64-bit compiler available in Visual Studio Express 2012 or Express 2013?
Visual Studio Express 2012 或 Express 2013 是否提供 64 位编译?
我知道它在 Visual Studio 2010 Express 中不可用,需要安装 a few things to make it available。
64-bit tools are not available on Visual C++ Express by default. To enable 64-bit tools on Visual C++ Express, install the Windows Software Development Kit (SDK) in addition to Visual C++ Express. Otherwise, an error occurs when you attempt to configure a project to target a 64-bit platform using Visual C++ Express.
如果你去 https://msdn.microsoft.com/en-us/library/9yb4317s.aspx and check the 'other versions', there's no special mention of the express versions not supporting 64bit for 2012 nor 2013 but there is for 2010. So I'd guess that's a yes. Wikipedia 同意说 'Unlike previous Express editions, it has built-in support for compiling 64-bit applications through IDE' 关于 2012 版本。
我刚刚在这里发布了一些关于此的内容:
64bit compilation with visual studio express 2013
TL;DR : Basj 是对的,你只需要调用 vcvarsall.bat x86_amd64
Visual Studio Express 2012 或 Express 2013 是否提供 64 位编译?
我知道它在 Visual Studio 2010 Express 中不可用,需要安装 a few things to make it available。
64-bit tools are not available on Visual C++ Express by default. To enable 64-bit tools on Visual C++ Express, install the Windows Software Development Kit (SDK) in addition to Visual C++ Express. Otherwise, an error occurs when you attempt to configure a project to target a 64-bit platform using Visual C++ Express.
如果你去 https://msdn.microsoft.com/en-us/library/9yb4317s.aspx and check the 'other versions', there's no special mention of the express versions not supporting 64bit for 2012 nor 2013 but there is for 2010. So I'd guess that's a yes. Wikipedia 同意说 'Unlike previous Express editions, it has built-in support for compiling 64-bit applications through IDE' 关于 2012 版本。
我刚刚在这里发布了一些关于此的内容:
64bit compilation with visual studio express 2013
TL;DR : Basj 是对的,你只需要调用 vcvarsall.bat x86_amd64