unresolved symbol wxStringData::Free(void)

Julian Smart julian at anthemion.co.uk
Fri May 2 02:45:04 PDT 2008


These errors are sometimes caused by linking against the wrong version 
of the lib, e.g. linking a release app against a debug version of the 
lib. Unicode/non-Unicode can also be an issue. A Google reveals comments 
about this error.

You might try using e.g. DialogBlocks to generate the project file for 
you - it can also compile the appropriate wxWidgets build based on the 
settings of your project.

http://www.anthemion.co.uk/dialogblocks

Regards,

Julian

Jeff Lacki wrote:
> Hi-
>
> Its my first time compiling under Visual Studio IDE.
> Im getting the following:
>
> unresolved external symbol "public: void __thiscall wxStringData::Free(void)"
>
> Ive added all of the wx libraries and cant figure it out.
>
> Is there a guide, beyond the wx guide that ive read,
> which explains more about seeing up the IDE environment?
>
> Also is there a way like in unix (nm) that I can look at the symbols
> inside .lib files?
>
> Thanks
>
>
> _______________________________________________
> wx-users mailing list
> wx-users at lists.wxwidgets.org
> http://lists.wxwidgets.org/mailman/listinfo/wx-users
>
>
>   


-- 
Julian Smart, Anthemion Software Ltd.
28/5 Gillespie Crescent, Edinburgh, Midlothian, EH10 4HU
www.anthemion.co.uk | +44 (0)131 229 5306
Tools for writers: www.writerscafe.co.uk
wxWidgets RAD:     www.anthemion.co.uk/dialogblocks



More information about the wx-users mailing list