请各位大虾帮帮忙~~~谢谢~~
void CNewassDlg::ToMemory()
{
CString s;
if(RecodeNum==0) return;
m_fname.GetWindowText(linkman.firstName,10);
m_lname.GetWindowText(linkman.lastName,10);
m_fname.GetWindowText(linkman.id,10);
}
error C2039: 'GetWindowTextA' : is not a member of 'CString'
c:\program files\microsoft visual studio\vc98\mfc\include\afx.h(368) : see declaration of 'CString'
为什么我编译的时候的出错~应该怎么改~~谢谢~~~