Building wxWidgets 2.8.6 linker error with VS2005
Laurent Humbertclaude
laurent.humbertclaude at gmail.com
Wed Nov 21 09:13:16 PST 2007
If your are using the build command from
> >http://onegazhang.spaces.live.com/Blog/cns!D5E642BC862BA286!480.entry
this does work only if you use it also to build your application or
sample by using a makefile.
I think you should put the common parameters directly into the
config.vc file and only setting the BUILD=release or BUILD=debug on
the command line and starting your application makefile with
!include <$(WXWIN)/build/msw/config.vc>
If you build wxWidgets by using command line and your project by using
your Ide project, be careful to use the exact same build parameters or
you will get some link errors or strange random crash.
laurent
More information about the wx-users
mailing list