Need help with 2.6.3 MSW DLL
Mickey Mestel
mickm at carmick.com
Tue Apr 3 14:09:06 PDT 2007
hi,
on XP, with VS2005. have successfully built and use static versions of=
widgets with VS2005, but when i build the dll's, i'm getting the following=
on linking my app:
Sandbox.obj : error LNK2001: unresolved external symbol "class wxCSConv & w=
xConvISO8859_1" (?wxConvISO8859_1@@3AAVwxCSConv@@A)
Sandbox.obj : error LNK2001: unresolved external symbol "wchar_t const * co=
nst wxFrameNameStr" (?wxFrameNameStr@@3PB_WB)
Sandbox.obj : error LNK2001: unresolved external symbol "class wxColour * w=
xLIGHT_GREY" (?wxLIGHT_GREY@@3PAVwxColour@@A)
Sandbox.obj : error LNK2001: unresolved external symbol "int const wxEVT_TI=
MER" (?wxEVT_TIMER@@3HB)
Sandbox.obj : error LNK2001: unresolved external symbol "int const wxEVT_CO=
MMAND_MENU_SELECTED" (?wxEVT_COMMAND_MENU_SELECTED@@3HB)
Sandbox.obj : error LNK2001: unresolved external symbol "int const wxEVT_RI=
GHT_DOWN" (?wxEVT_RIGHT_DOWN@@3HB)
this is just a sample, i'm coming up with about 54 unresolved externals.
i first build the dll's from the converted wx.dsw, (VC6 to VS2005). th=
en reading in the install notes i saw that there is a wx_dll.dsw, and that =
the dll's needed to be built in a specific order. converted the wx_dll.dsw=
and built the dll's, and no difference.
any thoughts? it looks like i'm just missing a define or something, bu=
t i can't find it.
thanks,
mickm
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wxwidgets.org/pipermail/wx-users/attachments/20070403/ea7=
4766b/attachment.htm
More information about the wx-users
mailing list