I'm having a problem trying to modifying the SDK, maybe one of you guys can help me.
I added a DECLARE_EVENT_TABLE() in the EditorBase class (CVS), with an empty BEGIN_EVENT_TABLE(EditorBase,wxPanel) - END_EVENT_TABLE() block.
It compiles ok, but on startup, Code::Blocks gives me a runtime error 0xC0000005.

What am I doing wrong? Those event macros were the ONLY thing I added.
Please help!