Hi,
I have following CString and ....
It compiles fine but I received following warnings.....Code:CString myString(_T("c:\Documents and Settings\joker\Desktop\Myfile.txt"));
warning C4129: 'D' : unrecognized character escape sequence
warning C4129: 'j' : unrecognized character escape sequence
warning C4129: 'D' : unrecognized character escape sequence
warning C4129: 'M' : unrecognized character escape sequence
Thanks




Reply With Quote