[C++-sig] Boost and wxWidgets
Hi. I am testing the following source code: Canvas.h #ifndef _CANVAS_H_ #define _CANVAS_H_ #include #include "wx/wx.h" class CanvasFrame { protected: wxFrame* _frame; public: CanvasFrame(const std::string& pTitle); ~CanvasFrame(
Re: [C++-sig] Boost and wxWidgets
n. I've never used > wxWidgets, but a quick google suggests it should be initialised before > being used. > > > http://docs.wxwidgets.org/stable/wx_appinifunctions.html > int wxEntry(int& argc, wxChar **argv) > > > hope this helps, > Bri