问题描述
我想知道如果我可以用一个64位机器(64位Windows Vista与Visual Studio 2008 SP1)仍在开发的32位应用程序?因为我打算购买一台笔记本电脑的64位Vista。我要问,以确保公正。谢谢!
I'm wondering if I can still develop 32-bit apps using a 64-bit machine (64-bit Windows Vista with Visual Studio 2008 SP1)? Because I am planning to buy a laptop with 64-bit Vista. Im asking just to make sure. Thanks!
推荐答案
64位Windows上运行32位的Visual Studio就好了。除非你指定要使用64位的开发工具,它仍然会编译32位应用程序。
64-bit Windows runs 32-bit Visual Studio just fine. Unless you specify you wish you use the x64 development tools, it will still compile 32-bit applications.
直接从页面:
Visual Studio中使用32位跨 编译器甚至在Windows 64位 计算机。你可以,但是,使用devenv的 命令创建一个命令行 环境调用64位托管 工具。
更多信息:http://msdn.microsoft.com/en-us/library/ms246588(VS.80).aspx
这篇关于我可以用一个64位的机器还是开发32位应用程序?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!