21 std::string output = message +
"Do you want to debug?";
23 std::wstring text(output.begin(), output.end());
24 int selection = MessageBox(
nullptr, text.c_str(), L
"Report",
25 MB_ICONERROR | MB_YESNOCANCEL | MB_APPLMODAL | MB_TOPMOST);
LogToMessageBox(int flags)
GLsizei const GLchar *const * string
GLuint GLsizei const GLchar * message
virtual void Report(std::string const &message)