(1)error C2064: term does not evaluate to a function
m_mnuTest.AppendMenu(MF_STRING,IDM_TEST+m_nIndex++,m_strInput(m_strInput.Find(' ')));
vc显示是在这行出的问题。
(2)error C2065: 'strInput' : undeclared identifier
public:
CString m_strInput;
已经定义了。