我在自己的二次开发练习(应用MFC的.DLL程序)中给一个自己添加的菜单项按钮对应一个显示我自己的对话框的命令,语句如下:
//CDlg是我定义对话框类的派生类
void Load_Dlg()
{
CDlg my_dlg;
my_dlg.DoModal();
}
程序运行的时候出现错误:
Debug Assertion Failed!
Program: D:\Program Files\proe2001\i486_nt\obj\xtop.exe
File:afxwin1.inl
Line22
For information on hoe your program can cause an assertion
failure,see the Visual C++ documentation on asserts.