level 1
sffan
楼主
大家帮帮忙,我的程序里面用到了IPAddress控件,运行了以下代码,编译没有错误,运行后点击此按钮,发生了一下错误,请问是怎么造成的?小弟在此谢谢!void CSendDlg::OnTestButton() {// TODO: Add your control notification handler code hereUpdateData();if(m_ip.GetAddress(pm_datastruct->ip[0],pm_datastruct->ip[1],pm_datastruct->ip[2],pm_datastruct->ip[3])<4){AfxMessageBox("test!");return;}}
2005年06月16日 02点06分
1