#ifndef _MYAPP_ #define _MYAPP_ #include #include "MyFrame.h" class MyApp: public wxApp { virtual bool OnInit(); }; DECLARE_APP(MyApp) #endif