求救c++错误提示疑问

来源:百度知道 编辑:UC知道 时间:2024/06/22 04:56:54
错误提示;error C2039: 'FindStringExact' : is not a member of 'CString'
\vc98\mfc\include\afx.h(368) : see declaration of 'CString'
一个错误,有好几条这样的提示?多是说NOT CString
头文件加了的

证明你的头文件没有加进去

这个不好讲,你的原程序是什么?

~~~FindStringExact 这玩意儿在你的CString中没定义?或者定义出错了?

Exact是什么意思啊?'FindStringExact' : is not a member of 'CString' 意思是FindStringExact不是CString的成员。
declaration是什么意思啊?see declaration of 'CString' 意思是读取CString中的declaration。