Using DECLARE_APP and IMPLEMENT_APP issues

Fabian Cenedese Cenedese at indel.ch
Mon Jul 23 08:07:19 PDT 2007


>InitWx.cpp
>
>[...]
>
>IMPLEMENT_APP(InitWx)
>
>[...]
>
>Main.cpp
>
>[...]
>#include "InitWx.h"
>
>IMPLEMENT_APP(InitWx)

Maybe you should have only one IMPLEMENT_APP(InitWx). Otherwise
you get two objects and set the frame in the wrong one.

bye  Fabi






More information about the wx-users mailing list