[C++-sig] Boost and wxWidgets

2010-01-13 Thread Joan Carles Jimenez
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

2010-01-14 Thread Joan Carles Jimenez
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