Visual C++ 2005 Tools Refresh Updated
We posted a new drop of the Visual C++ 2005 compiler for the Visual Studio 2005 Beta and the Visual C++ 2005 Express Beta. The version number is 40904. This update should fix all the problems that the previous tools release had with mismatched libraries because it includes the matched import libs for non-pure managed CRT.
I've updated the download page with the new installer and some extra information in the Installation Instructions and the Additional Information sections. (Please note that the version information doesn't seem to be showing up correctly on the Download Center page. The download is 40904, but the version number on the page still says 40809. I've updated the page, but that specific change hasn't propagated to the the Web yet.)
So as before, this is beta code that's outside of our regular beta release, so use it with caution. We would love to get feedback from you about these tools. Please submit bugs and comments through the MSDN Product Feedback Center.
Updated: September 10, 2004
Thanks for using the Visual C++ 2005 Beta. The Visual C++ compiler team has done a lot of work that is not available in the Beta 1 release. The refresh program is for users of the Visual C++ 2005 Beta who want to try out the latest development builds.
Comments
- Anonymous
September 12, 2004
Are there any fixes to the IDE?
It seems to me one of the big improvements is supposed to be the ability to design Windows forms in design view and implement them in C++. But as soon as you enable multilanguage settings and add a design in any language other than Japanese, the IDE is no longer able to open the design view. This is kind of crucial. The first two things done in internationalizing an application are to add English strings and then make sure there's no dependency on Japanese fonts.
I submitted a report to the MSDN Product Feedback Center (which I found a bit late, as you might have noticed). Someone in MS didn't consider this to be a showstopper. This amazes me. Failures in Intellisense cause nuisances but don't prevent coding. But when the IDE can't even open a form any more it seems to me that Visual Studio is kind of useless.
The page mentions that Intellisense hasn't been fixed but doesn't mention the IDE. - Anonymous
September 15, 2004
The comment has been removed - Anonymous
September 20, 2004
Visual C++ 2005 Tools Refresh link is broken. - Anonymous
October 06, 2004
for each is working !!!!
When I downloaded VC++ Beta 1 Express, I tried with the typical populate an array, then iterate over it with for each, but for each didn't work. I was confused as I had expected the VC++ Beta 1 to be feature complete.
Promptly I posted this on the Product Feedback and later was told that this is not available in Beta 1 yet. So when I heard about the Tools Refresh from Herb Sutter's blog, I was sort of expecting 'for each' to be included and its actually included!!!
Although C# is still my preferred language, I'll visit C++ more often now I think, given that is nearer feature completion, language-wise.