在 Windows 7 64 位上安装 Visual Studio 2008 和 Visual Studio 2010
我安装了 Windows 7 64 位企业版。 Visual Studio 2008 和 Visual Studio 2008 哪个版本我应该安装 Visual Studio 2010(以及适用于 Win 7 的 Windows SDK)来创建针对 64 位和 32 位平台的 Windows 应用程序吗? 是否有适用于 32 位和 64 位操作系统的单独版本的 Visual Studio 2008 和 Visual Studio 2010? 我看到有单独的 Windows SDK 和适用于 32 位和 64 位平台的调试工具。我要安装哪些?
I have Windows 7 64 bit Enterprise edition installed.
Which version of Visual Studio 2008 & Visual Studio 2010 (alongwith the Windows SDK for Win 7) should I install to create both Windows applications targetted to 64bit and 32 bit platforms?
Are there separate versions of Visual Studio 2008 and Visual Studio 2010 for 32bit and 64 bit OS ?
I see there are separate Windows SDKs & debugging tools for 32 bit and 64 bit platforms. Which ones do I install ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不会。
各种 SDK 等都可以包含 x64 特定工具,您所要做的就是确保在安装过程中从功能列表中选择了这些选项。如果它们作为单独安装提供,那么您应该能够运行两种风格 - x86 和 x64,然后只需使用适合您正在编写的应用程序的那一种。
No.
The various SDKs etc can have x64 specific tools included, all you have to do is ensure you have selected those options from the features list during installation. If they are shipped as separate installs then you should be able to run both flavors - x86 and x64, then just use whichever one suits the app you are writing.