views:

196

answers:

5

I know many have asked the same question but I am still confused that does Visual studio 2008 or 2010 works with 64-bit computers? Here in this post the answer is that he can run Visual studio on Windows 64 bit OS? How?

+2  A: 

Yes. They run on 64-bit machines. The included compiler can create 32-bit or 64-bit output.

ck
+2  A: 

Visual Studio 2008 and 2010 both work perfectly on 64-bit machines using the x86 installation.

PatrickJ
and here it says No? http://stackoverflow.com/questions/2516436/visual-studio-64-bit
Zai
@Zai: There is not a x64 bit version of visual studio. However visual studio runs just fine on x64 machines. I have both 2008 and 2010 running on Windows 7 x64.
Chris Lively
That means there isn't a specific flavour of VS that runs natively on 64-bit. There isn't a 64-bit version of Office either (except the new 2010 RTM) but people can use it. Windows has WOW which allows 32-bit apps to run on a 64-bit system.
ck
No, it says that there isn't a 64bit only version but that the x86 version works fine on 64bit os.
ho1
Thanks, this is what my confusion was! what I have been thinking is that we must use VS 64 bit to use with 64 bit machine.
Zai
A: 

Both run on 64bit.

Chuck
A: 

Though if you use the Edit and Continue functionality it won't work for 64bit apps and on a 64bit OS it seems to default to 64bit apps so you have to remember to change the target if you want to use that functionality.

ho1
A: 

Both can run on 64-bit machines.

Visual Studio is not available in 64 bit version, so internals will be in 32bit and they can run in 64bit (WOW enabled).

Also compiler can generate 32bit and 64bit output.

Krunal