I’m trying to debug a c++ project in visual studio 2012 and when attempting to view a string value I get the error ‘Error reading characters of string.’.
The only relevant article I can find is here:
http://connect.microsoft.com/VisualStudio/feedback/details/721456
but my project has none of the relevant preprocessor options set.
Heres a screenshot to show exactly what I mean
error http://img854.imageshack.us/img854/1682/09112012100524.png
Any help on this error would be much appreciated!
0xcdcdcdcdIs a special marker sequence used in Microsoft debug builds and shows the presence of uninitialized memory:Well known magic numbers
This rather suggests that you haven’t initialized the string inside your
AptConstItem.