Visual Studio 2008
CString 的 Format 中不能这样存在str.Format(_T("Cool(\%)")); 或者 str.Format(_T("Cool(%)")); 即format非CString类型值时不能带% 改:str = (_T("Cool(\%)"));
Visual Studio 2008
CString 的 Format 中不能这样存在str.Format(_T("Cool(\%)")); 或者 str.Format(_T("Cool(%)")); 即format非CString类型值时不能带% 改:str = (_T("Cool(\%)"));
转载于:https://www.cnblogs.com/Bejadin/p/3784243.html