简体   繁体   English

Visual Studio 2008不会出现Win 7 64位的X64选项

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

I install visual studio 2008 express on win 7 64 bit and I also install Windows Software Development Kit (SDK). 我在Win 7 64位上安装了Visual Studio 2008 Express,并且还安装了Windows软件开发套件(SDK)。

I try to transform a DLL(c++ source code) from 32 to 64 bit but the X64 option doesn't appear in visual studio 2008. 我尝试将DLL(c ++源代码)从32位转换为64位,但是X64选项没有出现在visual studio 2008中。

I use command "vcvarsall amd64" in "Visual Studio 2008 Command Prompt" but the error message "The specified configuration type is missing. The tools for the configuration might not be installed" is displayed. 我在“ Visual Studio 2008命令提示符”中使用命令“ vcvarsall amd64”,但显示错误消息“缺少指定的配置类型。可能未安装该配置的工具”。

How to fix this problem? 如何解决这个问题? What am I missing? 我想念什么?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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