From: kill k. <ic...@gm...> - 2006-08-25 13:50:08
|
Hi. app.obj : error LNK2019: unresolved external symbol "public: void __thiscall wxStringData::Free(void)" (?Free@wxStringData@@QAEXXZ) referenced in function "public: void __thiscall wxStringData::Unlock(void)" (?Unlock@wxStringData@@QAEXXZ) C:\dev\msvc\app.exe : fatal error LNK1120: 1 unresolved externals Can anyone help with this. I've set up everything like in http://www.wxwidgets.org/wiki/index.php/Compiling_WxWidgets#Your_Application_2 google search doesnt seem to help either. thanks. |