this is a thread continued from this post in the wxWidgets section: http://forums.wxwidgets.org/viewtopic.php?t=29235
my problem is, that i am not able to get a dynamically linked wxwidgets to work. i have to link dynamically, because my app and one dll both use wx libraries.
i use vs2010 and what i did is this:
- follow instructions on http://wiki.wxwidgets.org/Microsoft_Vis ... 2B.2B_2010
- build only the "DLL debug" profile (no errors)
- set paths:

- link to wxmsw29ud_core.lib & wxbase29ud.lib (though the error is the same when i do not link these two)
and when i compile, i get a lot of errors starting with
what did i forget / do wrong?error LNK2001: Nicht aufgelöstes externes Symbol ""bool const wxFalse" ([email protected]@3_NB)".
thanx!!!