在单文档中新建了一个对话框类,但是使用GetWindowText函数提示错误
void CInput::OnOK(){// TODO: Add extra validation hereCString num;m_e1.GetWindowText(num);}
error C2228: left of '.GetWindowTextA' must have class/struct/union type
m_e1是啥类型?