For Programmers: Free Programming Magazines  


Home > Archive > VC STL > January 2006 > Re: Is there something basic that I have missed on the upgrade to









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Re: Is there something basic that I have missed on the upgrade to
Pete Becker

2006-01-09, 11:10 pm

Andy wrote:
>
> Still have not got a clue why this should have caused the problem though.
>


Don't worry, it will undoubtedly come back sooner or later and you'll
get another chance to hunt it down. Problems that go away by themselves
come back by themselves.

Your description of the problem sounds like a memory overwrite,
typically caused by writing through a bad pointer, running off the end
of allocated space, or freeing the same memory block more than once.
Those things often don't cause problems immediately, but, instead, cause
problems that show up in other places, and move when you change
unrelated code. If that's what's happening, the import statement didn't
cause the problem. Removing it simply made the symptom that you were
seeing go away.

--

Pete Becker
Dinkumware, Ltd. (http://www.dinkumware.com)
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com