Help! VC生成对话框出现的错误,啊,,
Debug Assertion Failed!
Program: D:\XXX\XXX\XXX.exe
File:afxwndl.inl
Line:22
Information on how you program can cause an assertion failuer , see the Visual C++ documentation on asserts.
(Press Retry to debug the application)
[终止] [重试] [忽略]
这程序是一个原来的MFC DLL,我只不过在他初始化处加了:(其它地方我都没动过(原本的MFC DLL))
CDialog Dlg;
Dlg.DoModal();
我的目地:
在这DLL,导入时生成对话框。
请大家指点一、二,怎么办啊。5555555555