35 gccvers.
Printf(
_T(
"gcc %d.%d.%d"), __GNUC__, __GNUC_MINOR__, __GNUC_PATCHLEVEL__);
40 err.
Printf(
_(
"An exception has been raised!\n\n" 41 "The application encountered an error at %s, on line %d.\n" 42 "The error message is:\n\n%s\n\n" 43 "Code::Blocks Version revision %u (%s, " 47 wxT(__DATE__),
wxT(__TIME__));
cbException(const wxString &msg, const wxString &file, int line)
void wxSafeShowMessage(const wxString &title, const wxString &text)
static unsigned int GetRevisionNumber()
wxString File
The file where the exception was raised.
int Line
The line in the file where the exception was raised.
const wxString & _(const wxString &string)
void ShowErrorMessage(bool safe=true)
Display exception error message.
wxString Message
The exception's error message.
int Printf(const wxString &pszFormat,...)
DLLIMPORT int cbMessageBox(const wxString &message, const wxString &caption=wxEmptyString, int style=wxOK, wxWindow *parent=NULL, int x=-1, int y=-1)
wxMessageBox wrapper.