Byrd
在非mfc下 使用CString 会导致上面错误:
解决办法:

(1)如果你使用VC.net那么:使用MFC:包含cstringt.h;不使用MFC:包含atlstr.h  

(2 )或者 #include <afx.h>  

分类:

技术点:

相关文章: