Page 1 of 1

link error

PostPosted: Fri Feb 05, 2010 5:49 am
by linjichao
1>wxmswd_stc.lib(CellBuffer.obj) : error LNK2005: "public: __thiscall Action::Action(void)" (??0Action@@QAE@XZ) already defined in gameengine.lib(Action.obj)
1>wxmswd_stc.lib(PlatWX.obj) : error LNK2005: "public: virtual __thiscall ListBox::~ListBox(void)" (??1ListBox@@UAE@XZ) already defined in gameengine.lib(ListBox.obj)

i want to delete functions between gameengine and wx class, is it necessary?

Re: link error

PostPosted: Fri Feb 05, 2010 12:32 pm
by makslane
I haven't tested the project wxGameEditor with the last wxWidgets version.
Compile the project gameEditor (not the wxGameEditor) and tell me if works for you.