Visual Studio 2008 没有出现 win 7 64 位的 X64 选项

Visual Studio 2008 doesn't appear X64 option for win 7 64 bit

我在 win 7 64 位上安装了 visual studio 2008 express,我还安装了 Windows 软件开发工具包 (SDK)。

我尝试将 DLL(c++ 源代码)从 32 位转换为 64 位,但 visual studio 2008 中没有出现 X64 选项。

我在 "Visual Studio 2008 Command Prompt" 中使用命令 "vcvarsall amd64" 但显示错误消息 "The specified configuration type is missing. The tools for the configuration might not be installed"。

如何解决这个问题?我错过了什么?

Visual Studio 2008 express 不支持 x64 build from box。

参见:https://github.com/enGits/engrid/wiki/Configure-Microsoft-Visual-Studio-2008-Express-to-also-build-for-Windows-x64