The below code is what I have put in to check the length
Of m_EditBox. Below that is the error I am getting. Does anyone know where
The A is coming from, I did not type it.
CString strEdit;
m_EditBox.GetWindowText (strEdit);
int nLen=strEdit.GetLength ();
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'
Error executing cl.exe.
Of m_EditBox. Below that is the error I am getting. Does anyone know where
The A is coming from, I did not type it.
CString strEdit;
m_EditBox.GetWindowText (strEdit);
int nLen=strEdit.GetLength ();
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'
Error executing cl.exe.