Alexh
2009-09-21 02:19:08 UTC
Hi all,
Using Vista SP2, Visual Studio 2005 - all of a sudden some code that
has been working forever and not touched starting giving me a bad
pointer on a CString. It couldn't be simpler -
class Myclass : public CObject
{
CString MyCstring;
...
The debugger reports that the CString has a bad pointer (all 0's).
I tried rebooting, cleaning and rebuilding the entire project. Is it
possible something is corrupted and needs to be deleted?
Thanks
Using Vista SP2, Visual Studio 2005 - all of a sudden some code that
has been working forever and not touched starting giving me a bad
pointer on a CString. It couldn't be simpler -
class Myclass : public CObject
{
CString MyCstring;
...
The debugger reports that the CString has a bad pointer (all 0's).
I tried rebooting, cleaning and rebuilding the entire project. Is it
possible something is corrupted and needs to be deleted?
Thanks