2.8.4 and VS2005 link errors
Mickey Mestel
mickm at carmick.com
Mon Jun 25 15:52:02 PDT 2007
hi,
on xp with VS2005, i'\ve been running widgets 2.6.3 for a while, and am=
trying to upgrade to 2.8.4. there were no .sln and .vcproj files, do i di=
d a conversion in VS2005, and then set the settings to what there are in my=
2.6.3 build, like a unicode debug version instead of dll, (which is what w=
e are using now). when i try to link with my app, i'm getting the followin=
g: (a sample...)
------ Build started: Project: NavSDKsamp1, Configuration: Debug Win32 ----=
--
Linking...
wxmsw28ud_core.lib(spinctrl.obj) : error LNK2005: "public: virtual void __t=
hiscall wxSpinCtrl::SetValue(int)" (?SetValue at wxSpinCtrl@@UAEXH at Z) already =
defined in Rmrgui.obj
wxmsw28ud_core.lib(appcmn.obj) : error LNK2005: "public: virtual class wxWi=
ndow * __thiscall wxAppBase::GetTopWindow(void)const " (?GetTopWindow at wxApp=
Base@@UBEPAVwxWindow@@XZ) already defined in SandApp.obj
wxmsw28ud_core.lib(appcmn.obj) : error LNK2005: "public: virtual struct wxV=
ideoMode __thiscall wxAppBase::GetDisplayMode(void)const " (?GetDisplayMode=
@wxAppBase@@UBE?AUwxVideoMode@@XZ) already defined in SandApp.obj
Creating library .\Debug\NavSDKsamp1/NavSDKsamp1.lib and object .\Debug\Nav=
SDKsamp1/NavSDKsamp1.exp
Rmrgui.obj : error LNK2001: unresolved external symbol "protected: static s=
truct wxEventTable const wxDialog::sm_eventTable" (?sm_eventTable at wxDialog@=
@1UwxEventTable@@B)
Samp1Error.obj : error LNK2001: unresolved external symbol "protected: stat=
ic struct wxEventTable const wxDialog::sm_eventTable" (?sm_eventTable at wxDia=
log@@1UwxEventTable@@B)
Featuremenu.obj : error LNK2001: unresolved external symbol "protected: sta=
tic struct wxEventTable const wxDialog::sm_eventTable" (?sm_eventTable at wxDi=
alog@@1UwxEventTable@@B)
PointsList.obj : error LNK2001: unresolved external symbol "protected: stat=
ic struct wxEventTable const wxDialog::sm_eventTable" (?sm_eventTable at wxDia=
log@@1UwxEventTable@@B)
Coordsmenu.obj : error LNK2001: unresolved external symbol "protected: stat=
ic struct wxEventTable const wxDialog::sm_eventTable" (?sm_eventTable at wxDia=
log@@1UwxEventTable@@B)
Regulationmenu.obj : error LNK2001: unresolved external symbol "protected: =
static struct wxEventTable const wxDialog::sm_eventTable" (?sm_eventTable at w=
xDialog@@1UwxEventTable@@B)
any thoughts on this?
thanks,
mickm
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wxwidgets.org/pipermail/wx-users/attachments/20070625/77e=
12c2e/attachment.htm
More information about the wx-users
mailing list