[求助]错误调试进来看一下
45 void CTestDlg::OnBtnAdd()
46 {
47 // TODO: Add your control notification handler code here
48 m_btn.Create("维新",BS_DEFPUSHBUTTON | WS_VISIBLE | WS_CHILD,
49 CRect(0,0,100,100),this,123);
50 }
下面是报错:
E:\我的程序\lesson7\Mybole\TestDlg.cpp(48) : error C2018: unknown character '0xa3'
E:\我的程序\lesson7\Mybole\TestDlg.cpp(48) : error C2018: unknown character '0xac'
E:\我的程序\lesson7\Mybole\TestDlg.cpp(48) : error C2143: syntax error : missing ')' before 'constant'
E:\我的程序\lesson7\Mybole\TestDlg.cpp(48) : error C2660: 'Create' : function does not take 1 parameters
E:\我的程序\lesson7\Mybole\TestDlg.cpp(49) : error C2059: syntax error : ')'
特别是前面两个我真看不懂是什么意思?还有后面的我对过好几次了,根本就没有少括号!!!!