wxwidgets

Error multiple definition of and other

I started learning wxWidgets. You need to create an XYZArray using WX_DECLARE_OBJARRAY and WX_DEFINE_OBJARRAY. But something ... ss wxPoints { public: wxPoints(); XYZArray arr; void Test(); }; #endif // WXPOINTS_H_INCLUDED Throws errors: