posts - 36,  comments - 28,  trackbacks - 0

当出现终止 调试 忽略 对话框时,按终止后再按f9 和 f5 ,此时箭头指向

 CTableDlg dlg;
  m_pMainWnd = &dlg;
 int nResponse = dlg.DoModal();
 if (nResponse == IDOK)
 {
  // TODO: Place code here to handle when the dialog is
  //  dismissed with OK
 } 

现在只要将

//  m_pMainWnd = &dlg;
这个去掉

即可

posted on 2009-11-10 11:31 Hali 阅读(2044) 评论(0)  编辑 收藏 引用 所属分类: VC++ 6.0
只有注册用户登录后才能发表评论。

<2009年11月>
25262728293031
1234567
891011121314
15161718192021
22232425262728
293012345

常用链接

留言簿

随笔分类

随笔档案

休闲链接

学习链接

牛人博客

搜索

  •  

最新评论

阅读排行榜

评论排行榜