Interesting vector<> error in 6.0
From: Dave (better_cs_now_at_yahoo.com)
Date: 04/09/04
- Previous message: Pete Becker: "Re: What is the advantage of "NULL == pMyPointer" instead of "pMyPointer == NULL"?"
- Next in thread: Bo Persson: "Re: Interesting vector<> error in 6.0"
- Reply: Bo Persson: "Re: Interesting vector<> error in 6.0"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 9 Apr 2004 11:00:19 -0700
BoundsChecker reported this error in my app where I called
vector::push_back(). Can anybody tell me if this has been patched and, if
so, where I can obtain the patch?
Note: Old versions of STL contain code that references blocks of memory
after they have been deallocated. If you are using Visual Studio 6.x, you
should investigate patches to STL or upgrade to the newer version of STL
available with Visual Studio .NET.
- Previous message: Pete Becker: "Re: What is the advantage of "NULL == pMyPointer" instead of "pMyPointer == NULL"?"
- Next in thread: Bo Persson: "Re: Interesting vector<> error in 6.0"
- Reply: Bo Persson: "Re: Interesting vector<> error in 6.0"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
Loading