RES: Unresolved symbol in WxMSW - VC2005 Static Runtime
oleg_dolomanov at hotmail.com
oleg_dolomanov at hotmail.com
Wed Mar 5 04:35:26 PST 2008
Just in case anybody still struggling with this...
I had exactly the same problem, no matter which options I had used.
The only "solution" I found is to get the string.obj file (compiled
with _DLL undefined (/MT or /MTd)) and link against it directly (i.e.
add it to the list of libraries). You will also have to add
LIBCMTD.lib to the exclusion list to resolve conflicts with duplicated
names.
Good luck,
Oleg.
More information about the wx-users
mailing list