Information on VC2005 SP1
-
What they meant to say is... "VS2005 was released long before it should have been. If we had just gone ahead and axed support for VC++/MFC on it's release, we wouldn't be here now fixing bugs in crap we no longer want to support. This service pack is the last time we're going to do anything for the legacy programmers, and they can kiss our monopolistic asses before we give them anything else. Yeah, they may consider this a win, but wait until we release VS2007 without any unmanaged development support at all. Besides, when we release Vista in 2008, they won't be able to write unmanaged code."
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001John Simmons / outlaw programmer wrote:
when we release Vista in 2008
At that rate it's going lets say 2010.
-
What they meant to say is... "VS2005 was released long before it should have been. If we had just gone ahead and axed support for VC++/MFC on it's release, we wouldn't be here now fixing bugs in crap we no longer want to support. This service pack is the last time we're going to do anything for the legacy programmers, and they can kiss our monopolistic asses before we give them anything else. Yeah, they may consider this a win, but wait until we release VS2007 without any unmanaged development support at all. Besides, when we release Vista in 2008, they won't be able to write unmanaged code."
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001I was looking for the issue you reported about CTime::Format - I think it was you - and couldn't find it. I could have sworn I'd submitted it to the Product Feedback Center. You could still submit it at http://connect.microsoft.com/[^] and see what they think. Stability. What an interesting concept. -- Chris Maunder
-
Good news - and they have fixed the std::iostream memory leak. I hope they release this soon.
Robert Edward Caldecott wrote:
they have fixed the std::iostream memory leak.
Yep. And also these stupid "safety" warnings :jig: Now if they would only replace their crappy Dinkumware STL with something faster like STLPort, life would be very good.
My programming blahblahblah blog. If you ever find anything useful here, please let me know to remove it.
-
Robert Edward Caldecott wrote:
they have fixed the std::iostream memory leak.
Yep. And also these stupid "safety" warnings :jig: Now if they would only replace their crappy Dinkumware STL with something faster like STLPort, life would be very good.
My programming blahblahblah blog. If you ever find anything useful here, please let me know to remove it.
-
"The VS2005 SP1 release is a big win for our customers as it contains more fixes than any previous Service Pack." :wtf: What previous service pack and which recent VS version is he talking about? VS 2002? VS 2003? VS 2005?
A Dingo Stole My Baby wrote:
The VS2005 SP1 release is a big win for our customers as it contains more fixes than any previous Service Pack."
Correction: "The VS2005 product is a big loss for our customers as it contained more bugs than any other release." Marc Pensieve Some people believe what the bible says. Literally. At least [with Wikipedia] you have the chance to correct the wiki -- Jörgen Sigvardsson
-
I was looking for the issue you reported about CTime::Format - I think it was you - and couldn't find it. I could have sworn I'd submitted it to the Product Feedback Center. You could still submit it at http://connect.microsoft.com/[^] and see what they think. Stability. What an interesting concept. -- Chris Maunder
It had already been reported when I found it, and it's even listed in the Libraries section of the service pack. I'm not sure what's been done though in terms of addressing the problem. It's COleDateTime btw...
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001 -
Nemanja Trifunovic wrote:
And also these stupid "safety" warnings
The only one I've come across is when using
std::equal
- to workaround it I have usedstdext::unchecked_equal
.Even with
std::copy
it would complain.
My programming blahblahblah blog. If you ever find anything useful here, please let me know to remove it.
-
Nemanja Trifunovic wrote:
And also these stupid "safety" warnings
The only one I've come across is when using
std::equal
- to workaround it I have usedstdext::unchecked_equal
.I just pragma them out.
"Je pense, donc je mange." - Rene Descartes 1689 - Just before his mother put his tea on the table. Shameless Plug - Distributed Database Transactions in .NET using COM+
-
Robert Edward Caldecott wrote:
they have fixed the std::iostream memory leak.
Yep. And also these stupid "safety" warnings :jig: Now if they would only replace their crappy Dinkumware STL with something faster like STLPort, life would be very good.
My programming blahblahblah blog. If you ever find anything useful here, please let me know to remove it.
Is it actually that much faster. I use STLPort on Linux and Solaris, and have used it once on Windows, though I never bothered benchmarking.
"Je pense, donc je mange." - Rene Descartes 1689 - Just before his mother put his tea on the table. Shameless Plug - Distributed Database Transactions in .NET using COM+
-
<rubbing hands>ahh-haaa... some info on the upcoming service pack for VC++ 2005</rubbing hands> http://blogs.msdn.com/vcblog/archive/2006/06/22/643325.aspx[^] Plus a list of fixes: IDE[^] Compiler Back End[^] Compiler Front End[^] Libraries[^] <Mr-Burns-Style>Egggceelllent...<Mr-Burns-Style>
In the IDE list: Visual Studio 2005 just disappears (nagual) Visual Studio ...disappears?? That's quite some bug. (BTW - nice comment from Marc: VS2005 was released prematurely and was a big loss for our customers as it contained more bugs than any other product release. Ouch!) cheers, Chris Maunder
CodeProject.com : C++ MVP
-
In the IDE list: Visual Studio 2005 just disappears (nagual) Visual Studio ...disappears?? That's quite some bug. (BTW - nice comment from Marc: VS2005 was released prematurely and was a big loss for our customers as it contained more bugs than any other product release. Ouch!) cheers, Chris Maunder
CodeProject.com : C++ MVP
It happened to me twice. I found it later, hiding under a rock.
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001