Author Topic: wxscintilla & unicode  (Read 13030 times)

grv575

  • Guest
Re: wxscintilla & unicode
« Reply #15 on: August 22, 2005, 09:30:41 pm »
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:
Code
    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?

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: wxscintilla & unicode
« Reply #16 on: August 22, 2005, 09:35:34 pm »
is this due to the BEGIN_EVENT_TABLE(CodeBlocksApp, wxApp) macros..  they throw line #s off?

Welcome to macros hell...
That's one of the main reasons macros are evil. They bite and they bite hard  :?

Yiannis.
Be patient!
This bug will be fixed soon...