Got a question: in the codeblocks.RPT stack trace I get:
0040138A  C:\codeblocks\src\devel\codeblocks.exe:0040138A  WinMain  C:/codeblocks/src/src/app.cpp:297
but there is no WinMain @ 297, it's in the middle of a function:
    if(m_ClearConf)
    {
        ClearConf();
        return false;
    }                                     // line 297
    ShowSplashScreen();
and the splash screen has already shown...
is this due to the BEGIN_EVENT_TABLE(CodeBlocksApp, wxApp) macros..  they throw line #s off?