In VC 6 environment what is the settings to be done to view the value of the CString in debug mode. Even in watch window ??? appears for CString variables!
You should either add comments to the answers or edit your question when you want to clafify anything, not add answers that are not answers to the question.
sharptooth
2009-05-08 11:32:31
A:
try using the GetBuffer method in the watch window.
cStringVariable.GetBuffer()
EvilTeach
2010-03-30 16:54:35