#include class Application : public wxApp { public: virtual bool OnInit(); }; bool Application::OnInit() { // return true; }