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 に答える