void CAiDlg::OnChangeEdit1() 
{
// TODO: If this is a RICHEDIT control, the control will not
// send this notification unless you override the CDialog::OnInitDialog()
// function and call CRichEditCtrl().SetEventMask()
// with the ENM_CHANGE flag ORed into the mask.

// TODO: Add your control notification handler code here

// UpdateData(false);
}void CAiDlg::OnEu() //等于号
{
// TODO: Add your control notification handler code here  
ch='=';
m_data=m_data+"=";// OnChangeEdit1();
m_data.Format("%d",data);
point=0;
UpdateData(false);
}aiDlg.cpp(458) : error C2601: 'OnChangeEdit1' : local function definitions are illegalaiDlg.cpp(470) : error C2601: 'OnEu' : local function definitions are illegal
aiDlg.cpp(479) : fatal error C1004: unexpected end of file found
执行 cl.exe 时出错.(这是在vc++6.0编译的)
请各位高手帮帮忙,这是为什么错啊 谢谢了