---------------------------
Microsoft Visual C++ Debug Library
---------------------------
Debug Assertion Failed!Program: E:\WORK\ccc\Debug\parsebk.exe
File: ccc.c
Line: 1011Expression: _CrtIsValidHeapPointer(pUserData)For information on how your program can cause an assertion
failure, see the Visual C++ documentation on asserts.(Press Retry to debug the application)
---------------------------
??(A)   ??(R)   ??(I)   
--------------------------- 
怎样才能让这样的错误忽略掉,程序继续运行呀? 
请写的详细些,谢谢!!

解决方案 »

  1.   

    这可不能忽略掉,你程序有问题。
    ccc.c是你写的么?
    1011行上下的代码是什么?
      

  2.   

    那还是try catch啊。
    不是1101,是1011
      

  3.   

    这明显是程序出错了,调试进去看看就知道了啊。有些错误用try catch也是会出错的。
      

  4.   

    在DEBUG状态下的ASSERT()显示出的对话框,通常是表示参数异常。选择重试,再查看调用栈,看看是哪个位置出的错