Building wxWidgets 2.8.6 linker error with VS2005
Vadim Zeitlin
vadim at wxwidgets.org
Wed Nov 21 08:38:27 PST 2007
On Wed, 21 Nov 2007 08:31:52 -0800 (PST) untergasser at gmail.com wrote:
> So how can I solve the problem properly?? And were does it come from?
It comes from mismatch between the headers used to compile your
application and the libraries used to link it. So to solve it you must
ensure that you use the same headers that were used for the library
compilation for the application build as well.
As the problem usually arises because of local changes (such as editing or
moving setup.h), I can't be more precise because I don't know what exactly
happened on your machine. But I'm quite sure that if you do a clean rebuild
of everything (and if you have no other/older wx versions on your machine)
everything will build *and* work correctly.
Regards,
VZ
--
TT-Solutions: wxWidgets consultancy and technical support
http://www.tt-solutions.com/
More information about the wx-users
mailing list