Is there a 64 bit Visual Studio at all?

link|improve this question

33% accept rate
feedback

4 Answers

No.

link|improve this answer
His arguments make little sense. Even if the new XML office formats are free of portability issues, Office64bit will still have to support old doc/xls files. I hope. On the other hand I completely agree with him: 90% of apps do not need to be ported to 64bit. Unfortunately that's not 90% of the customers think. They all demand native 64bit now :( – MK. Mar 25 '10 at 14:53
@MK: The office "recreational speculation" doesn't survive the sniff test. Nonetheless, the part of the article relevant to the question (re: VS x64) seems pretty solid. – Adam Robinson Mar 25 '10 at 15:00
I guess Rico meant more the data structures in memory than the actual file format, even though for old file formats both etnd to be the same. – Joey Oct 29 '11 at 19:54
feedback

No, but the 32-bit version runs just fine on 64-bit Windows.

link|improve this answer
feedback

no, but it runs fine on win64, and can create win64 .EXEs

link|improve this answer
2  
Unfortunately, cross-debugging is. – Hans Passant Mar 25 '10 at 15:27
feedback

Of course that's not a lot of use if you want to include UI components that live in your own 64-bit DLLs in the GUI designer. Means you have to develop the GUI in 32-bit mode, and that's if you're lucky enough to be able to create 32-bit DLLs which I can't because some referenced 3rd party libs are 64-bit only (for good reason).

So it's back to editing GUIs on my hands and knees ... sad face

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.