MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / errormessage

Function errormessage

CobaltFusion/fusionassert.cpp:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17namespace fusion {
18
19 void errormessage(const std::string& message, const std::string& caption)
20 {
21 MessageBoxA(nullptr, message.c_str(), caption.c_str() , MB_OK | MB_ICONERROR);
22 }
23
24 void errormessage(const std::wstring& message, const std::wstring& caption)
25 {

Callers 3

assertmessageFunction · 0.85
exceptionmessageFunction · 0.85
wWinMainFunction · 0.85

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected