MFC中,点击对话框中的一个按钮,弹开另一个对话框,应怎么做?
我是绘制了一个新对话框,并为其新建了一个派生类,然后建立事件,voidCDilogue::OnButton1(){//TODO:Addyourcontrolnotific...
我是绘制了一个新对话框,并为其新建了一个派生类,然后建立事件,
void CDilogue::OnButton1()
{
// TODO: Add your control notification handler code here
CDilogue1 Dio;
Dio.DoModal();
}
但运行时老会提示这个,怎么解决?
Linking...
Dilogue.obj : error LNK2005: "int i" (?i@@3HA) already defined in 1106840415View.obj
Debug/1106840415.exe : fatal error LNK1169: one or more multiply defined symbols found 展开
void CDilogue::OnButton1()
{
// TODO: Add your control notification handler code here
CDilogue1 Dio;
Dio.DoModal();
}
但运行时老会提示这个,怎么解决?
Linking...
Dilogue.obj : error LNK2005: "int i" (?i@@3HA) already defined in 1106840415View.obj
Debug/1106840415.exe : fatal error LNK1169: one or more multiply defined symbols found 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询