调试时候一个非常奇怪的错误,我该怎么办??
我做的对话框上添加了很多控件。我的程序调试的时候都没有问题,但运行时却运行不了,提示如下错误,
file&:f:\rtm\vctools\vc7libs\ship\atlmfc\src\mfc\occmgr.cpp Line :485
For information on how your program can cause an assertion failure ,see the Visual C++ document.tion on asserts.
然后我调试时
WORD id = bDialogEx ?
(WORD)((DLGITEMTEMPLATEEX*)pDlgItem)->id :
pDlgItem->id;
ASSERT(id == nIDC); // make control IDs match! 就在这一句产生了一个断点.
到底是怎么回事??
大家来帮我分析分析吧!
我在线等哈!