Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Is there a 64 bit Visual Studio at all?

share|improve this question

4 Answers

No.

share|improve this answer
2  
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. – Јοеу Oct 29 '11 at 19:54
Is it me, or is this just a copy of lingvomir's earlier answer? – Jean-François Corbett Oct 24 '12 at 6:51
1  
@Jean-FrançoisCorbett, note that lingvomir's answer pre-dates the date of this question, likely because it originated on another question which was merged into this one =) – Rob Oct 24 '12 at 7:35
show 1 more comment

Read this blog post by Rico Mariani and you will find out why - http://blogs.msdn.com/ricom/archive/2009/06/10/visual-studio-why-is-there-no-64-bit-version.aspx

share|improve this answer

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

share|improve this answer
It runs fine until allocated memory is relatively small. When it goes > 2gb it becomes extremely slow and invokes GC every second. – Grigory Jun 15 '12 at 23:17
1  
Not when I need to debug my web app that has native dependencies (thanks to Oracle). – jpmc26 Feb 8 at 23:10

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

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

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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