Can the “Application Error” dialog box be disabled?

前端 未结 6 1942
鱼传尺愫
鱼传尺愫 2020-11-29 05:14

I am using Hudson as a continuous integration server to test C/C++ code. Unfortunatly, I have a bug somewhere that causes memory corruption, so on some Windows machines I w

6条回答
  •  一个人的身影
    2020-11-29 05:39

    You can use the various _CrtSetReport functions to control the way the C/C++ runtime responds to various errors (_CrtSetReportHook, _CrtSetReportMode, _CrtSetReportFile, _CrtSetReportHook2)

提交回复
热议问题