kill koll <[EMAIL PROTECTED]> writes:

> 
> Hi.
> 
> app.obj : error LNK2019: unresolved external symbol
>  "public: void __thiscall
> wxStringData::Free(void)" (?Free <at> wxStringData <at>  <at> QAEXXZ)
>  referenced in function
> "public: void __thiscall wxStringData::Unlock(void)" 
> (?Unlock <at> wxStringData <at>  <at> 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.
ok, changed project->properties->c/c++->code generation->Runtime library 
to multi-threaded debug DLL(/MDd)

was before
/MTd

but this /MDd generates dynamically linked .exe, I still want staticaly linked
one... 


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
wxCode-users mailing list
wxCode-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxcode-users

Reply via email to