调试时弹出对话框“Unhandled exception in xxxx.exe(NTDLL.DLL):0xE06D7363 Microsoft C++ Exception”,按确定之后就再也没有信息?!1。已处于调试模式DEBUG。
2。编译连接已没有问题,但按“!”运行没有反应。到DEBUG目录下点击EXE文件可以执行~!3。调试其他工程没有问题。就是这个工程有问题。
4。此工程的代码不是我写的。用到了不少DLL,(第三方写的)
5。编译时有信息:

解决方案 »

  1.   

    LINK : warning LNK4075: ignoring /EDITANDCONTINUE due to /INCREMENTAL:NO specification
       Creating library debug/CardDemo.lib and object debug/CardDemo.exp
    LINK : warning LNK4098: defaultlib "MSVCRT" conflicts with use of other libs; use /NODEFAULTLIB:library
    LINK : warning LNK4098: defaultlib "mfc42.lib" conflicts with use of other libs; use /NODEFAULTLIB:library
    LINK : warning LNK4098: defaultlib "mfcs42.lib" conflicts with use of other libs; use /NODEFAULTLIB:library
      

  2.   

    Exception 发生后打开调用栈窗口,向后可以回朔到发生错的代码处。
      

  3.   

    已解决问题。是SETTING出了些错误,没有设置工作目录。