Visual Studio 2003 SP1 is now available...

Available from http://msdn.microsoft.com/downloads/ Direct Link http://www.microsoft.com/downloads/details.aspx?FamilyID=69D2219F-CE82-46A5-8AEC-072BD4BB955E&displaylang=en 'release notes' http://www.microsoft.com/downloads/details.aspx?FamilyID=DC455C5D-2C99-43CC-AD71-4E0BEB71BFA7&displaylang=en There isn't much in terms of a list of bugs fixed at the moment, but I'm sure they will correct that. Lots more fun for everyone Kevin -- | Kevin Wheatley, Cinesite (Europe) Ltd | Nobody thinks this | | Senior Technology | My employer for certain | | And Network Systems Architect | Not even myself |

Kevin Wheatley <hxpro@cinesite.co.uk> wrote:
Available from http://msdn.microsoft.com/downloads/
just installed, and I'm going to put this on my regression tests machine too. C++ compiler version is 13.10.6030 and IDE version is 7.1.6030, in case anyone wants to know. B.

On Wed, 16 Aug 2006 14:21:18 +0100, "Bronek Kozicki" <brok@spamcop.net> wrote:
Kevin Wheatley <hxpro@cinesite.co.uk> wrote:
Available from http://msdn.microsoft.com/downloads/
just installed, and I'm going to put this on my regression tests machine too. C++ compiler version is 13.10.6030 and IDE version is 7.1.6030, in case anyone wants to know.
What does it fix? -- [ Gennaro Prota. C++ developer, Library designer. ] [ For Hire http://gennaro-prota.50webs.com/ ]

Gennaro Prota <gennaro_prota@yahoo.com> wrote:
just installed, and I'm going to put this on my regression tests machine too. C++ compiler version is 13.10.6030 and IDE version is 7.1.6030, in case anyone wants to know.
What does it fix?
I do not know, but supposedly that would any (or all) of those: http://support.microsoft.com/search/default.aspx?catalog=LCID%3D1033&spid=3040&query=FIX+AND+C%2B%2B&adv=&mode=s&cat=False ... plus few others. See also http://msdn.microsoft.com/vstudio/support/servicing/sp1_vs03/ B.

Bronek Kozicki wrote:
What does it fix?
I do not know,
... and now I know, it's published at http://support.microsoft.com/kb/918007 The list for "Microsoft Visual C++ .NET" is rather long and interesting. B.

The only fix I can see that solves a problem I have seen in the Visual C++ IDE: http://support.microsoft.com/kb/824580/ The IDE stops responding, something to do with the way the IDE 'knows' about classes i.e. member completion, tool tips over the code. I tend to use SCITE for editing code. I use the VC IDE only when I need to debug or find out what header something is in and to initially set up solutions. For the record I see no motivation for upgrading to VC8! I wouldn't like to try using boost in anything earlier than VC 2003.

Jan Stetka wrote:
The only fix I can see that solves a problem I have seen in the Visual C++ IDE:
http://support.microsoft.com/kb/824580/
The IDE stops responding, something to do with the way the IDE 'knows' about classes i.e. member completion, tool tips over the code.
I tend to use SCITE for editing code. I use the VC IDE only when I need to debug or find out what header something is in and to initially set up solutions. For the record I see no motivation for upgrading to VC8!
The C++ .Net functionality in Visual Studio 2002 or 2003 for doing mixed-mode programming ( any C++ .net code which makes any call outside of the .net framework, which includes the C++ standard library and Boost among others, or uses unmanaged code in any way ) is totally broken. Just look up the loader-lock bug at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_vstechar.... That is cause enough for a C++ programmer who wishes to write .net compliant programs to upgrade to Visual Studio 2005 and VC8, where this problem has finally been fixed. Of course if a C++ programmer is not interested in doing C++ .net programming there may be little cause to upgrade to VC8, but I believe the compiler has been improved somewhat between VC7.1 and VC8 also.
participants (5)
-
Bronek Kozicki
-
Edward Diener
-
Gennaro Prota
-
Jan Stetka
-
Kevin Wheatley