0

是否有用于将 ExceptionRecord 中的 ExceptionCode:s 转换为可读消息(如 FormatMessage)的 API,以解决常规错误。

4

1 回答 1

0

没有内置功能。

很多人都是手动的:

fostlib::exceptions::structured::structured在: http ://svn.felspar.com/public/fost-base/tags/4.12.12.44490/fost-base/Cpp/fost-core/exception-win.cpp

MyUnHandledExceptionFilter在: http: //openholdembot.googlecode.com/svn/trunk/ManualMode/debug.cpp

GetExceptionString在: http ://subversion.assembla.com/svn/ub-source113/Standard%20Gaming%20Platform/ExceptionHandling.cpp

于 2013-08-18T15:06:22.397 回答