I just got my new MSDN subscription up and running, and was wondering something about when I go to install all my dev tools: Is there any specific reason I should install Visual Studio x64 over x86? I'm on an x64 machine, but I can obviously compile to any platform I want no matter what architecture VS is compiled for. I can't think of any reason VS would be using more than 4GB of RAM. Is there some sort of special case that necessitates an x64 build of VS? All I can think is maybe some game development scenarios where the debugger is dealing with huge amounts of memory at once.
问问题
2835 次
1 回答
2
请记住,正如Rico Mariani所解释的那样,没有 64 位 Visual Studio 。这应该没什么大不了的,因为您可以在 Visual Studio 中创建应用程序时指定 32 位、64 位或任何 CPU。
于 2012-12-08T19:52:39.523 回答