I have a project that was created with the use wx as a DLL option checked. I now would like to link statically, but I'm getting and odd warning message:
c:/tdm-mingw32/bin/../lib/gcc/mingw32/4.5.2/../../../../mingw32/bin/ld.exe: C:\wxwidgets\WX_2_9_0_BRANCH\lib\gcc_lib\/libwxmsw29u.a(monolib_containr.o): warning: duplicate section `.rdata$_ZTV20wxObjectEventFunctor[vtable for wxObjectEventFunctor]' has different size
I have a hunch it's telling me It's still trying to link dynamically but in addition it's linking statically causing this warning.
So I guess my question is if a codeblocks project file has settings somewhere that controls whether an gui app is statically linked or dynamically linked to wxwidgets?