wxWidget

Started by
-1 comments, last by Mad_Coder 14 years, 10 months ago
I made a release and debug build for wxWidget, and when I copied and pasted the example starting app ( hello world ), it came up with all the Linking Errors shown a bit below: I am not sure if I am not including a LIB/DLL PATH or a include directory or what, but I have the LIB/DLL path's and many other paths set as shown below: Under C/C++ Option: general -> additional include directories: "c:\wxWidgets-2.8.10\include"; "c:\wxWidgets-2.8.10\contrib\include"; "c:\wxWidgets-2.8.10\lib\msw[d]"; "c:\wxWidgets-2.8.10\"; "C:\wxWidgets-2.8.10\lib\vc_lib\mswd" Code Genration-> Runtime Library: Multi-threaded DLL (/MD) Precompiled Headers -> create/use Not Using Precompiled Headers Advanced -> Compile As : compile as C++ Code (/TP) Under Linker Options: General -> Additional Library Directives: c:\wx2\lib,c:\wx2\contrib\lib Input -> Additional Dependencies: kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib Under Resources Option: General -> Additional Include Directories : C:\wxWidgets-2.8.10\include;c:\wx2\contrib\include For Tool->Options->Projects-> VC++ Directories: Source Files: C:\wxWidgets-2.8.10\src Library Files: C:\wxWidgets-2.8.10\lib\vc_lib,C:\wxWidgets-2.8.10\lib Include Files: C:\wxWidgets-2.8.10\lib\vc_lib\mswd,C:\wxWidgets-2.8.10,C:\wxWidgets-2.8.10\include

Linking...
main.obj : error LNK2019: unresolved external symbol "void __cdecl operator delete(void *)" (??3@YAXPAX@Z) referenced in function "public: void * __thiscall wxString::`vector deleting destructor'(unsigned int)" (??_EwxString@@QAEPAXI@Z)
main.obj : error LNK2019: unresolved external symbol "void __cdecl operator delete[](void *)" (??_V@YAXPAX@Z) referenced in function "public: void * __thiscall wxString::`vector deleting destructor'(unsigned int)" (??_EwxString@@QAEPAXI@Z)
main.obj : error LNK2019: unresolved external symbol "void __stdcall `eh vector destructor iterator'(void *,unsigned int,int,void (__thiscall*)(void *))" (??_M@YGXPAXIHP6EX0@Z@Z) referenced in function "public: void * __thiscall wxString::`vector deleting destructor'(unsigned int)" (??_EwxString@@QAEPAXI@Z)
main.obj : error LNK2019: unresolved external symbol __RTC_CheckEsp referenced in function "public: void * __thiscall wxString::`vector deleting destructor'(unsigned int)" (??_EwxString@@QAEPAXI@Z)
main.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
main.obj : error LNK2001: unresolved external symbol __RTC_InitBase
main.obj : error LNK2019: unresolved external symbol __imp__free referenced in function "public: void __thiscall wxStringData::Unlock(void)" (?Unlock@wxStringData@@QAEXXZ)
main.obj : error LNK2019: unresolved external symbol "public: static bool __cdecl wxAppConsole::CheckBuildOptions(char const *,char const *)" (?CheckBuildOptions@wxAppConsole@@SA_NPBD0@Z) referenced in function "class wxAppConsole * __cdecl wxCreateApp(void)" (?wxCreateApp@@YAPAVwxAppConsole@@XZ)
main.obj : error LNK2019: unresolved external symbol ___CxxFrameHandler referenced in function __ehhandler$?wxCreateApp@@YAPAVwxAppConsole@@XZ
main.obj : error LNK2019: unresolved external symbol __except_list referenced in function "class wxAppConsole * __cdecl wxCreateApp(void)" (?wxCreateApp@@YAPAVwxAppConsole@@XZ)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxAppBase::SetActive(bool,class wxWindow *)" (?SetActive@wxAppBase@@UAEX_NPAVwxWindow@@@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual enum wxLayoutDirection __thiscall wxAppBase::GetLayoutDirection(void)const " (?GetLayoutDirection@wxAppBase@@UBE?AW4wxLayoutDirection@@XZ)
main.obj : error LNK2001: unresolved external symbol "public: virtual struct wxVideoMode __thiscall wxAppBase::GetDisplayMode(void)const " (?GetDisplayMode@wxAppBase@@UBE?AUwxVideoMode@@XZ)
main.obj : error LNK2001: unresolved external symbol "public: virtual class wxWindow * __thiscall wxAppBase::GetTopWindow(void)const " (?GetTopWindow@wxAppBase@@UBEPAVwxWindow@@XZ)
main.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall wxApp::OnExceptionInMainLoop(void)" (?OnExceptionInMainLoop@wxApp@@UAE_NXZ)
main.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall wxAppBase::SendIdleEvents(class wxWindow *,class wxIdleEvent &)" (?SendIdleEvents@wxAppBase@@UAE_NPAVwxWindow@@AAVwxIdleEvent@@@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall wxAppBase::ProcessIdle(void)" (?ProcessIdle@wxAppBase@@UAE_NXZ)
main.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall wxAppBase::Dispatch(void)" (?Dispatch@wxAppBase@@UAE_NXZ)
main.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall wxAppBase::Pending(void)" (?Pending@wxAppBase@@UAE_NXZ)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxAppBase::ExitMainLoop(void)" (?ExitMainLoop@wxAppBase@@UAEXXZ)
main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall wxAppBase::MainLoop(void)" (?MainLoop@wxAppBase@@UAEHXZ)
main.obj : error LNK2001: unresolved external symbol "protected: virtual class wxAppTraits * __thiscall wxAppBase::CreateTraits(void)" (?CreateTraits@wxAppBase@@MAEPAVwxAppTraits@@XZ)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxApp::WakeUpIdle(void)" (?WakeUpIdle@wxApp@@UAEXXZ)
main.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall wxApp::Yield(bool)" (?Yield@wxApp@@UAE_N_N@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxAppConsole::ProcessPendingEvents(void)" (?ProcessPendingEvents@wxAppConsole@@UAEXXZ)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxAppConsole::HandleEvent(class wxEvtHandler *,void (__thiscall wxEvtHandler::*)(class wxEvent &),class wxEvent &)const " (?HandleEvent@wxAppConsole@@UBEXPAVwxEvtHandler@@P82@AEXAAVwxEvent@@@Z1@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall wxAppConsole::FilterEvent(class wxEvent &)" (?FilterEvent@wxAppConsole@@UAEHAAVwxEvent@@@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall wxAppConsole::OnCmdLineError(class wxCmdLineParser &)" (?OnCmdLineError@wxAppConsole@@UAE_NAAVwxCmdLineParser@@@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall wxAppConsole::OnCmdLineHelp(class wxCmdLineParser &)" (?OnCmdLineHelp@wxAppConsole@@UAE_NAAVwxCmdLineParser@@@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall wxAppBase::OnCmdLineParsed(class wxCmdLineParser &)" (?OnCmdLineParsed@wxAppBase@@UAE_NAAVwxCmdLineParser@@@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxAppBase::OnInitCmdLine(class wxCmdLineParser &)" (?OnInitCmdLine@wxAppBase@@UAEXAAVwxCmdLineParser@@@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxAppBase::Exit(void)" (?Exit@wxAppBase@@UAEXXZ)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxApp::CleanUp(void)" (?CleanUp@wxApp@@UAEXXZ)
main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall wxAppBase::OnExit(void)" (?OnExit@wxAppBase@@UAEHXZ)
main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall wxAppBase::OnRun(void)" (?OnRun@wxAppBase@@UAEHXZ)
main.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall wxAppBase::OnInitGui(void)" (?OnInitGui@wxAppBase@@UAE_NXZ)
main.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall wxApp::Initialize(int &,char * *)" (?Initialize@wxApp@@UAE_NAAHPAPAD@Z)
main.obj : error LNK2001: unresolved external symbol "protected: virtual void * __thiscall wxEvtHandler::DoGetClientData(void)const " (?DoGetClientData@wxEvtHandler@@MBEPAXXZ)
main.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall wxEvtHandler::DoSetClientData(void *)" (?DoSetClientData@wxEvtHandler@@MAEXPAX@Z)
main.obj : error LNK2001: unresolved external symbol "protected: virtual class wxClientData * __thiscall wxEvtHandler::DoGetClientObject(void)const " (?DoGetClientObject@wxEvtHandler@@MBEPAVwxClientData@@XZ)
main.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall wxEvtHandler::DoSetClientObject(class wxClientData *)" (?DoSetClientObject@wxEvtHandler@@MAEXPAVwxClientData@@@Z)
main.obj : error LNK2001: unresolved external symbol "protected: virtual class wxEventHashTable & __thiscall wxApp::GetEventHashTable(void)const " (?GetEventHashTable@wxApp@@MBEAAVwxEventHashTable@@XZ)
main.obj : error LNK2001: unresolved external symbol "protected: virtual struct wxEventTable const * __thiscall wxApp::GetEventTable(void)const " (?GetEventTable@wxApp@@MBEPBUwxEventTable@@XZ)
main.obj : error LNK2001: unresolved external symbol "protected: virtual bool __thiscall wxEvtHandler::TryParent(class wxEvent &)" (?TryParent@wxEvtHandler@@MAE_NAAVwxEvent@@@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall wxEvtHandler::SearchEventTable(struct wxEventTable &,class wxEvent &)" (?SearchEventTable@wxEvtHandler@@UAE_NAAUwxEventTable@@AAVwxEvent@@@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall wxEvtHandler::ProcessEvent(class wxEvent &)" (?ProcessEvent@wxEvtHandler@@UAE_NAAVwxEvent@@@Z)
main.obj : error LNK2001: unresolved external symbol "protected: virtual class wxObjectRefData * __thiscall wxObject::CloneRefData(class wxObjectRefData const *)const " (?CloneRefData@wxObject@@MBEPAVwxObjectRefData@@PBV2@@Z)
main.obj : error LNK2001: unresolved external symbol "protected: virtual class wxObjectRefData * __thiscall wxObject::CreateRefData(void)const " (?CreateRefData@wxObject@@MBEPAVwxObjectRefData@@XZ)
main.obj : error LNK2001: unresolved external symbol "public: virtual class wxClassInfo * __thiscall wxApp::GetClassInfo(void)const " (?GetClassInfo@wxApp@@UBEPAVwxClassInfo@@XZ)
main.obj : error LNK2019: unresolved external symbol "public: __thiscall wxApp::wxApp(void)" (??0wxApp@@QAE@XZ) referenced in function "public: __thiscall HelloWorldApp::HelloWorldApp(void)" (??0HelloWorldApp@@QAE@XZ)
main.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall wxApp::~wxApp(void)" (??1wxApp@@UAE@XZ) referenced in function "public: virtual __thiscall HelloWorldApp::~HelloWorldApp(void)" (??1HelloWorldApp@@UAE@XZ)
main.obj : error LNK2001: unresolved external symbol "protected: static class wxAppConsole * wxAppConsole::ms_appInstance" (?ms_appInstance@wxAppConsole@@1PAV1@A)
main.obj : error LNK2019: unresolved external symbol "int __cdecl wxEntry(struct HINSTANCE__ *,struct HINSTANCE__ *,char *,int)" (?wxEntry@@YAHPAUHINSTANCE__@@0PADH@Z) referenced in function _WinMain@16
main.obj : error LNK2001: unresolved external symbol "char const * const wxStatusLineNameStr" (?wxStatusLineNameStr@@3QBDB)
main.obj : error LNK2001: unresolved external symbol "class wxPoint const wxDefaultPosition" (?wxDefaultPosition@@3VwxPoint@@B)
main.obj : error LNK2001: unresolved external symbol "class wxSize const wxDefaultSize" (?wxDefaultSize@@3VwxSize@@B)
main.obj : error LNK2001: unresolved external symbol "char const * const wxFrameNameStr" (?wxFrameNameStr@@3QBDB)
main.obj : error LNK2019: unresolved external symbol "protected: void __thiscall wxStringBase::InitWith(char const *,unsigned int,unsigned int)" (?InitWith@wxStringBase@@IAEXPBDII@Z) referenced in function "public: __thiscall wxStringBase::wxStringBase(char const *)" (??0wxStringBase@@QAE@PBD@Z)
main.obj : error LNK2001: unresolved external symbol "public: static unsigned int const wxStringBase::npos" (?npos@wxStringBase@@2IB)
main.obj : error LNK2001: unresolved external symbol "protected: virtual void * __thiscall wxFrame::GetDefaultIcon(void)const " (?GetDefaultIcon@wxFrame@@MBEPAXXZ)
main.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall wxFrame::InternalSetMenuBar(void)" (?InternalSetMenuBar@wxFrame@@MAEXXZ)
main.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall wxFrame::PositionToolBar(void)" (?PositionToolBar@wxFrame@@MAEXXZ)
main.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall wxFrame::PositionStatusBar(void)" (?PositionStatusBar@wxFrame@@MAEXXZ)
main.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall wxFrame::AttachMenuBar(class wxMenuBar *)" (?AttachMenuBar@wxFrame@@MAEXPAVwxMenuBar@@@Z)
main.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall wxFrameBase::DetachMenuBar(void)" (?DetachMenuBar@wxFrameBase@@MAEXXZ)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxFrameBase::DoGiveHelp(class wxString const &,bool)" (?DoGiveHelp@wxFrameBase@@UAEXABVwxString@@_N@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxFrameBase::DoMenuUpdates(class wxMenu *)" (?DoMenuUpdates@wxFrameBase@@UAEXPAVwxMenu@@@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxFrameBase::SetToolBar(class wxToolBar *)" (?SetToolBar@wxFrameBase@@UAEXPAVwxToolBar@@@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual class wxToolBar * __thiscall wxFrameBase::OnCreateToolBar(long,int,class wxString const &)" (?OnCreateToolBar@wxFrameBase@@UAEPAVwxToolBar@@JHABVwxString@@@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual class wxToolBar * __thiscall wxFrame::CreateToolBar(long,int,class wxString const &)" (?CreateToolBar@wxFrame@@UAEPAVwxToolBar@@JHABVwxString@@@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxFrameBase::SetStatusWidths(int,int const * const)" (?SetStatusWidths@wxFrameBase@@UAEXHQBH@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxFrameBase::SetStatusText(class wxString const &,int)" (?SetStatusText@wxFrameBase@@UAEXABVwxString@@H@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxFrameBase::SetStatusBar(class wxStatusBar *)" (?SetStatusBar@wxFrameBase@@UAEXPAVwxStatusBar@@@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual class wxStatusBar * __thiscall wxFrame::OnCreateStatusBar(int,long,int,class wxString const &)" (?OnCreateStatusBar@wxFrame@@UAEPAVwxStatusBar@@HJHABVwxString@@@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual class wxStatusBar * __thiscall wxFrameBase::CreateStatusBar(int,long,int,class wxString const &)" (?CreateStatusBar@wxFrameBase@@UAEPAVwxStatusBar@@HJHABVwxString@@@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxFrameBase::SetMenuBar(class wxMenuBar *)" (?SetMenuBar@wxFrameBase@@UAEXPAVwxMenuBar@@@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxFrame::SendSizeEvent(void)" (?SendSizeEvent@wxFrame@@UAEXXZ)
main.obj : error LNK2001: unresolved external symbol "protected: virtual bool __thiscall wxFrameBase::IsOneOfBars(class wxWindow const *)const " (?IsOneOfBars@wxFrameBase@@MBE_NPBVwxWindow@@@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxTopLevelWindowBase::GetRectForTopLevelChildren(int *,int *,int *,int *)" (?GetRectForTopLevelChildren@wxTopLevelWindowBase@@UAEXPAH000@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxTopLevelWindowMSW::RequestUserAttention(int)" (?RequestUserAttention@wxTopLevelWindowMSW@@UAEXH@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall wxTopLevelWindowMSW::SetShape(class wxRegion const &)" (?SetShape@wxTopLevelWindowMSW@@UAE_NABVwxRegion@@@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall wxTopLevelWindowMSW::EnableCloseButton(bool)" (?EnableCloseButton@wxTopLevelWindowMSW@@UAE_N_N@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual class wxString __thiscall wxTopLevelWindowMSW::GetTitle(void)const " (?GetTitle@wxTopLevelWindowMSW@@UBE?AVwxString@@XZ)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxTopLevelWindowMSW::SetTitle(class wxString const &)" (?SetTitle@wxTopLevelWindowMSW@@UAEXABVwxString@@@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall wxFrame::ShowFullScreen(bool,long)" (?ShowFullScreen@wxFrame@@UAE_N_NJ@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxTopLevelWindowMSW::SetIcons(class wxIconBundle const &)" (?SetIcons@wxTopLevelWindowMSW@@UAEXABVwxIconBundle@@@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxTopLevelWindowMSW::SetIcon(class wxIcon const &)" (?SetIcon@wxTopLevelWindowMSW@@UAEXABVwxIcon@@@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall wxTopLevelWindowMSW::IsIconized(void)const " (?IsIconized@wxTopLevelWindowMSW@@UBE_NXZ)
main.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall wxTopLevelWindowBase::IsAlwaysMaximized(void)const " (?IsAlwaysMaximized@wxTopLevelWindowBase@@UBE_NXZ)
main.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall wxTopLevelWindowMSW::IsMaximized(void)const " (?IsMaximized@wxTopLevelWindowMSW@@UBE_NXZ)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxTopLevelWindowMSW::Iconize(bool)" (?Iconize@wxTopLevelWindowMSW@@UAEX_N@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxTopLevelWindowMSW::Restore(void)" (?Restore@wxTopLevelWindowMSW@@UAEXXZ)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxTopLevelWindowMSW::Maximize(bool)" (?Maximize@wxTopLevelWindowMSW@@UAEX_N@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual void * __thiscall wxWindow::MSWGetBgBrushForChild(void *,void *)" (?MSWGetBgBrushForChild@wxWindow@@UAEPAXPAX0@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxWindow::MSWDestroyWindow(void)" (?MSWDestroyWindow@wxWindow@@UAEXXZ)
main.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall wxWindow::MSWProcessMessage(struct tagMSG *)" (?MSWProcessMessage@wxWindow@@UAE_NPAUtagMSG@@@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall wxWindow::MSWShouldPreProcessMessage(struct tagMSG *)" (?MSWShouldPreProcessMessage@wxWindow@@UAE_NPAUtagMSG@@@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual long __thiscall wxWindow::MSWDefWindowProc(unsigned int,unsigned int,long)" (?MSWDefWindowProc@wxWindow@@UAEJIIJ@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual long __thiscall wxFrame::MSWWindowProc(unsigned int,unsigned int,long)" (?MSWWindowProc@wxFrame@@UAEJIIJ@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall wxWindow::HandleSettingChange(unsigned int,long)" (?HandleSettingChange@wxWindow@@UAE_NIJ@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall wxWindow::MSWOnMeasureItem(int,void * *)" (?MSWOnMeasureItem@wxWindow@@UAE_NHPAPAX@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall wxWindow::MSWOnDrawItem(int,void * *)" (?MSWOnDrawItem@wxWindow@@UAE_NHPAPAX@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall wxWindow::MSWOnNotify(int,long,long *)" (?MSWOnNotify@wxWindow@@UAE_NHJPAJ@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall wxWindow::MSWOnScroll(int,unsigned short,unsigned short,void *)" (?MSWOnScroll@wxWindow@@UAE_NHGGPAX@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxWindow::SetupColours(void)" (?SetupColours@wxWindow@@UAEXXZ)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxWindow::AdoptAttributesFromHWND(void)" (?AdoptAttributesFromHWND@wxWindow@@UAEXXZ)
main.obj : error LNK2001: unresolved external symbol "public: virtual class wxWindow * __thiscall wxWindow::CreateWindowFromHWND(class wxWindow *,void *)" (?CreateWindowFromHWND@wxWindow@@UAEPAV1@PAV1@PAX@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall wxWindow::MSWCommand(unsigned int,unsigned short)" (?MSWCommand@wxWindow@@UAE_NIG@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual void * __thiscall wxTopLevelWindowMSW::MSWGetParent(void)const " (?MSWGetParent@wxTopLevelWindowMSW@@UBEPAXXZ)
main.obj : error LNK2001: unresolved external symbol "public: virtual unsigned long __thiscall wxTopLevelWindowMSW::MSWGetStyle(long,unsigned long *)const " (?MSWGetStyle@wxTopLevelWindowMSW@@UBEKJPAK@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall wxWindow::LoadNativeDialog(class wxWindow *,int &)" (?LoadNativeDialog@wxWindow@@UAE_NPAV1@AAH@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall wxWindow::LoadNativeDialog(class wxWindow *,class wxString const &)" (?LoadNativeDialog@wxWindow@@UAE_NPAV1@ABVwxString@@@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxWindow::DragAcceptFiles(bool)" (?DragAcceptFiles@wxWindow@@UAEX_N@Z)
main.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall wxWindowBase::DoSetWindowVariant(enum wxWindowVariant)" (?DoSetWindowVariant@wxWindowBase@@MAEXW4wxWindowVariant@@@Z)
main.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall wxWindowBase::AdjustForParentClientOrigin(int &,int &,int)const " (?AdjustForParentClientOrigin@wxWindowBase@@MBEXAAH0H@Z)
main.obj : error LNK2001: unresolved external symbol "protected: virtual bool __thiscall wxWindow::DoPopupMenu(class wxMenu *,int,int)" (?DoPopupMenu@wxWindow@@MAE_NPAVwxMenu@@HH@Z)
main.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall wxWindow::DoSetToolTip(class wxToolTip *)" (?DoSetToolTip@wxWindow@@MAEXPAVwxToolTip@@@Z)
main.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall wxTopLevelWindowBase::DoCentre(int)" (?DoCentre@wxTopLevelWindowBase@@MAEXH@Z)
main.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall wxWindow::DoMoveWindow(int,int,int,int)" (?DoMoveWindow@wxWindow@@MAEXHHHH@Z)
main.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall wxFrame::DoSetClientSize(int,int)" (?DoSetClientSize@wxFrame@@MAEXHH@Z)
main.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall wxWindow::DoSetSize(int,int,int,int,int)" (?DoSetSize@wxWindow@@MAEXHHHHH@Z)
main.obj : error LNK2001: unresolved external symbol "protected: virtual class wxSize __thiscall wxWindowBase::DoGetBestSize(void)const " (?DoGetBestSize@wxWindowBase@@MBE?AVwxSize@@XZ)
main.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall wxFrame::DoGetClientSize(int *,int *)const " (?DoGetClientSize@wxFrame@@MBEXPAH0@Z)
main.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall wxWindow::DoGetSize(int *,int *)const " (?DoGetSize@wxWindow@@MBEXPAH0@Z)
main.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall wxWindow::DoGetPosition(int *,int *)const " (?DoGetPosition@wxWindow@@MBEXPAH0@Z)
main.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall wxWindow::DoReleaseMouse(void)" (?DoReleaseMouse@wxWindow@@MAEXXZ)
main.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall wxWindow::DoCaptureMouse(void)" (?DoCaptureMouse@wxWindow@@MAEXXZ)
main.obj : error LNK2001: unresolved external symbol "protected: virtual enum wxHitTest __thiscall wxWindowBase::DoHitTest(int,int)const " (?DoHitTest@wxWindowBase@@MBE?AW4wxHitTest@@HH@Z)
main.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall wxTopLevelWindowBase::DoScreenToClient(int *,int *)const " (?DoScreenToClient@wxTopLevelWindowBase@@MBEXPAH0@Z)
main.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall wxTopLevelWindowBase::DoClientToScreen(int *,int *)const " (?DoClientToScreen@wxTopLevelWindowBase@@MBEXPAH0@Z)
main.obj : error LNK2001: unresolved external symbol "protected: virtual enum wxBorder __thiscall wxWindowBase::GetDefaultBorder(void)const " (?GetDefaultBorder@wxWindowBase@@MBE?AW4wxBorder@@XZ)
main.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall wxWindowBase::DoMoveInTabOrder(class wxWindow *,enum wxWindowBase::MoveKind)" (?DoMoveInTabOrder@wxWindowBase@@MAEXPAVwxWindow@@W4MoveKind@1@@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxWindowBase::InheritAttributes(void)" (?InheritAttributes@wxWindowBase@@UAEXXZ)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxWindow::DissociateHandle(void)" (?DissociateHandle@wxWindow@@UAEXXZ)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxWindow::AssociateHandle(void *)" (?AssociateHandle@wxWindow@@UAEXPAX@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxFrameBase::OnInternalIdle(void)" (?OnInternalIdle@wxFrameBase@@UAEXXZ)
main.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall wxTopLevelWindowMSW::CanSetTransparent(void)" (?CanSetTransparent@wxTopLevelWindowMSW@@UAE_NXZ)
main.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall wxTopLevelWindowMSW::SetTransparent(unsigned char)" (?SetTransparent@wxTopLevelWindowMSW@@UAE_NE@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall wxWindowBase::Layout(void)" (?Layout@wxWindowBase@@UAE_NXZ)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxWindowBase::GetPositionConstraint(int *,int *)const " (?GetPositionConstraint@wxWindowBase@@UBEXPAH0@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxWindowBase::GetClientSizeConstraint(int *,int *)const " (?GetClientSizeConstraint@wxWindowBase@@UBEXPAH0@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxWindowBase::GetSizeConstraint(int *,int *)const " (?GetSizeConstraint@wxWindowBase@@UBEXPAH0@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxWindowBase::MoveConstraint(int,int)" (?MoveConstraint@wxWindowBase@@UAEXHH@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxWindowBase::SetSizeConstraint(int,int,int,int)" (?SetSizeConstraint@wxWindowBase@@UAEXHHHH@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall wxWindowBase::DoPhase(int)" (?DoPhase@wxWindowBase@@UAE_NH@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall wxWindowBase::LayoutPhase2(int *)" (?LayoutPhase2@wxWindowBase@@UAE_NPAH@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall wxWindowBase::LayoutPhase1(int *)" (?LayoutPhase1@wxWindowBase@@UAE_NPAH@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxWindowBase::SetConstraintSizes(bool)" (?SetConstraintSizes@wxWindowBase@@UAEX_N@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxWindow::SetDropTarget(class wxDropTarget *)" (?SetDropTarget@wxWindow@@UAEXPAVwxDropTarget@@@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual class wxString __thiscall wxWindowBase::GetHelpTextAtPoint(class wxPoint const &,enum wxHelpEvent::Origin)const " (?GetHelpTextAtPoint@wxWindowBase@@UBE?AVwxString@@ABVwxPoint@@W4Origin@wxHelpEvent@@@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall wxWindow::ScrollPages(int)" (?ScrollPages@wxWindow@@UAE_NH@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall wxWindow::ScrollLines(int)" (?ScrollLines@wxWindow@@UAE_NH@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxWindow::ScrollWindow(int,int,class wxRect const *)" (?ScrollWindow@wxWindow@@UAEXHHPBVwxRect@@@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall wxWindow::GetScrollRange(int)const " (?GetScrollRange@wxWindow@@UBEHH@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall wxWindow::GetScrollThumb(int)const " (?GetScrollThumb@wxWindow@@UBEHH@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall wxWindow::GetScrollPos(int)const " (?GetScrollPos@wxWindow@@UBEHH@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxWindow::SetScrollPos(int,int,bool)" (?SetScrollPos@wxWindow@@UAEXHH_N@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxWindow::SetScrollbar(int,int,int,int,bool)" (?SetScrollbar@wxWindow@@UAEXHHHH_N@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxTopLevelWindowBase::DoUpdateWindowUI(class wxUpdateUIEvent &)" (?DoUpdateWindowUI@wxTopLevelWindowBase@@UAEXAAVwxUpdateUIEvent@@@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxFrameBase::UpdateWindowUI(long)" (?UpdateWindowUI@wxFrameBase@@UAEXJ@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxWindow::GetTextExtent(class wxString const &,int *,int *,int *,int *,class wxFont const *)const " (?GetTextExtent@wxWindow@@UBEXABVwxString@@PAH111PBVwxFont@@@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall wxWindow::GetCharWidth(void)const " (?GetCharWidth@wxWindow@@UBEHXZ)
main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall wxWindow::GetCharHeight(void)const " (?GetCharHeight@wxWindow@@UBEHXZ)
main.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall wxWindow::SetCursor(class wxCursor const &)" (?SetCursor@wxWindow@@UAE_NABVwxCursor@@@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall wxWindow::SetFont(class wxFont const &)" (?SetFont@wxWindow@@UAE_NABVwxFont@@@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall wxWindowBase::SetForegroundColour(class wxColour const &)" (?SetForegroundColour@wxWindowBase@@UAE_NABVwxColour@@@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall wxWindowBase::SetBackgroundColour(class wxColour const &)" (?SetBackgroundColour@wxWindowBase@@UAE_NABVwxColour@@@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall wxWindowBase::DoIsExposed(int,int)const " (?DoIsExposed@wxWindowBase@@UBE_NHH@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall wxWindowBase::DoIsExposed(int,int,int,int)const " (?DoIsExposed@wxWindowBase@@UBE_NHHHH@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall wxWindow::IsDoubleBuffered(void)const " (?IsDoubleBuffered@wxWindow@@UBE_NXZ)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxWindow::Thaw(void)" (?Thaw@wxWindow@@UAEXXZ)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxWindow::Freeze(void)" (?Freeze@wxWindow@@UAEXXZ)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxWindowBase::ClearBackground(void)" (?ClearBackground@wxWindowBase@@UAEXXZ)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxWindow::Update(void)" (?Update@wxWindow@@UAEXXZ)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxWindow::Refresh(bool,class wxRect const *)" (?Refresh@wxWindow@@UAEX_NPBVwxRect@@@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxWindow::WarpPointer(int,int)" (?WarpPointer@wxWindow@@UAEXHH@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall wxWindow::UnregisterHotKey(int)" (?UnregisterHotKey@wxWindow@@UAE_NH@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall wxWindow::RegisterHotKey(int,int,int)" (?RegisterHotKey@wxWindow@@UAE_NHHH@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxWindowBase::InitDialog(void)" (?InitDialog@wxWindowBase@@UAEXXZ)
main.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall wxWindowBase::TransferDataFromWindow(void)" (?TransferDataFromWindow@wxWindowBase@@UAE_NXZ)
main.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall wxWindowBase::TransferDataToWindow(void)" (?TransferDataToWindow@wxWindowBase@@UAE_NXZ)
main.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall wxWindowBase::Validate(void)" (?Validate@wxWindowBase@@UAE_NXZ)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxWindowBase::SetValidator(class wxValidator const &)" (?SetValidator@wxWindowBase@@UAEXABVwxValidator@@@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxTopLevelWindowBase::RemoveChild(class wxWindowBase *)" (?RemoveChild@wxTopLevelWindowBase@@UAEXPAVwxWindowBase@@@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxWindowBase::AddChild(class wxWindowBase *)" (?AddChild@wxWindowBase@@UAEXPAV1@@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall wxWindow::Reparent(class wxWindowBase *)" (?Reparent@wxWindow@@UAE_NPAVwxWindowBase@@@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall wxWindowBase::Navigate(int)" (?Navigate@wxWindowBase@@UAE_NH@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxWindow::SetFocusFromKbd(void)" (?SetFocusFromKbd@wxWindow@@UAEXXZ)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxWindow::SetFocus(void)" (?SetFocus@wxWindow@@UAEXXZ)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxWindowBase::MakeModal(bool)" (?MakeModal@wxWindowBase@@UAEX_N@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxWindow::SetExtraStyle(long)" (?SetExtraStyle@wxWindow@@UAEXJ@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxWindow::SetWindowStyleFlag(long)" (?SetWindowStyleFlag@wxWindow@@UAEXJ@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall wxWindowBase::IsShownOnScreen(void)const " (?IsShownOnScreen@wxWindowBase@@UBE_NXZ)
main.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall wxWindow::Enable(bool)" (?Enable@wxWindow@@UAE_N_N@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall wxTopLevelWindowMSW::Show(bool)" (?Show@wxTopLevelWindowMSW@@UAE_N_N@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual class wxSize __thiscall wxWindowBase::GetWindowBorderSize(void)const " (?GetWindowBorderSize@wxWindowBase@@UBE?AVwxSize@@XZ)
main.obj : error LNK2001: unresolved external symbol "public: virtual class wxSize __thiscall wxWindowBase::DoGetVirtualSize(void)const " (?DoGetVirtualSize@wxWindowBase@@UBE?AVwxSize@@XZ)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxWindowBase::DoSetVirtualSize(int,int)" (?DoSetVirtualSize@wxWindowBase@@UAEXHH@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxTopLevelWindowBase::SetMaxSize(class wxSize const &)" (?SetMaxSize@wxTopLevelWindowBase@@UAEXABVwxSize@@@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxTopLevelWindowBase::SetMinSize(class wxSize const &)" (?SetMinSize@wxTopLevelWindowBase@@UAEXABVwxSize@@@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxWindowBase::SetVirtualSizeHints(int,int,int,int)" (?SetVirtualSizeHints@wxWindowBase@@UAEXHHHH@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxTopLevelWindowBase::DoSetSizeHints(int,int,int,int,int,int)" (?DoSetSizeHints@wxTopLevelWindowBase@@UAEXHHHHHH@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxWindowBase::FitInside(void)" (?FitInside@wxWindowBase@@UAEXXZ)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxWindowBase::Fit(void)" (?Fit@wxWindowBase@@UAEXXZ)
main.obj : error LNK2001: unresolved external symbol "public: virtual class wxPoint __thiscall wxFrame::GetClientAreaOrigin(void)const " (?GetClientAreaOrigin@wxFrame@@UBE?AVwxPoint@@XZ)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxWindow::Lower(void)" (?Lower@wxWindow@@UAEXXZ)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxFrame::Raise(void)" (?Raise@wxFrame@@UAEXXZ)
main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall wxWindow::AdjustForLayoutDirection(int,int,int)const " (?AdjustForLayoutDirection@wxWindow@@UBEHHHH@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxTopLevelWindowMSW::SetLayoutDirection(enum wxLayoutDirection)" (?SetLayoutDirection@wxTopLevelWindowMSW@@UAEXW4wxLayoutDirection@@@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual enum wxLayoutDirection __thiscall wxWindow::GetLayoutDirection(void)const " (?GetLayoutDirection@wxWindow@@UBE?AW4wxLayoutDirection@@XZ)
main.obj : error LNK2001: unresolved external symbol "public: virtual class wxString __thiscall wxWindow::GetLabel(void)const " (?GetLabel@wxWindow@@UBE?AVwxString@@XZ)
main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall wxWindow::SetLabel(class wxString const &)" (?SetLabel@wxWindow@@UAEXABVwxString@@@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall wxTopLevelWindowBase::Destroy(void)" (?Destroy@wxTopLevelWindowBase@@UAE_NXZ)
main.obj : error LNK2001: unresolved external symbol "protected: virtual class wxEventHashTable & __thiscall wxFrame::GetEventHashTable(void)const " (?GetEventHashTable@wxFrame@@MBEAAVwxEventHashTable@@XZ)
main.obj : error LNK2001: unresolved external symbol "protected: virtual struct wxEventTable const * __thiscall wxFrame::GetEventTable(void)const " (?GetEventTable@wxFrame@@MBEPBUwxEventTable@@XZ)
main.obj : error LNK2001: unresolved external symbol "protected: virtual bool __thiscall wxWindowBase::TryParent(class wxEvent &)" (?TryParent@wxWindowBase@@MAE_NAAVwxEvent@@@Z)
main.obj : error LNK2001: unresolved external symbol "protected: virtual bool __thiscall wxWindowBase::TryValidator(class wxEvent &)" (?TryValidator@wxWindowBase@@MAE_NAAVwxEvent@@@Z)
main.obj : error LNK2001: unresolved external symbol "public: virtual class wxClassInfo * __thiscall wxFrame::GetClassInfo(void)const " (?GetClassInfo@wxFrame@@UBEPAVwxClassInfo@@XZ)
main.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall wxFrameBase::~wxFrameBase(void)" (??1wxFrameBase@@UAE@XZ) referenced in function __unwindfunclet$??0wxFrame@@QAE@PAVwxWindow@@HABVwxString@@ABVwxPoint@@ABVwxSize@@J1@Z$0
main.obj : error LNK2019: unresolved external symbol "public: bool __thiscall wxFrame::Create(class wxWindow *,int,class wxString const &,class wxPoint const &,class wxSize const &,long,class wxString const &)" (?Create@wxFrame@@QAE_NPAVwxWindow@@HABVwxString@@ABVwxPoint@@ABVwxSize@@J1@Z) referenced in function "public: __thiscall wxFrame::wxFrame(class wxWindow *,int,class wxString const &,class wxPoint const &,class wxSize const &,long,class wxString const &)" (??0wxFrame@@QAE@PAVwxWindow@@HABVwxString@@ABVwxPoint@@ABVwxSize@@J1@Z)
main.obj : error LNK2019: unresolved external symbol "protected: void __thiscall wxFrame::Init(void)" (?Init@wxFrame@@IAEXXZ) referenced in function "public: __thiscall wxFrame::wxFrame(class wxWindow *,int,class wxString const &,class wxPoint const &,class wxSize const &,long,class wxString const &)" (??0wxFrame@@QAE@PAVwxWindow@@HABVwxString@@ABVwxPoint@@ABVwxSize@@J1@Z)
main.obj : error LNK2019: unresolved external symbol "public: __thiscall wxFrameBase::wxFrameBase(void)" (??0wxFrameBase@@QAE@XZ) referenced in function "public: __thiscall wxFrame::wxFrame(class wxWindow *,int,class wxString const &,class wxPoint const &,class wxSize const &,long,class wxString const &)" (??0wxFrame@@QAE@PAVwxWindow@@HABVwxString@@ABVwxPoint@@ABVwxSize@@J1@Z)
main.obj : error LNK2019: unresolved external symbol "public: class wxStringBase & __thiscall wxStringBase::operator=(class wxStringBase const &)" (??4wxStringBase@@QAEAAV0@ABV0@@Z) referenced in function "public: class wxString & __thiscall wxString::operator=(class wxString const &)" (??4wxString@@QAEAAV0@ABV0@@Z)
main.obj : error LNK2001: unresolved external symbol "char const * const wxEmptyString" (?wxEmptyString@@3PBDB)
main.obj : error LNK2019: unresolved external symbol @_RTC_CheckStackVars@8 referenced in function "public: virtual class wxSize __thiscall wxWindowBase::GetBestVirtualSize(void)const " (?GetBestVirtualSize@wxWindowBase@@UBE?AVwxSize@@XZ)
main.obj : error LNK2019: unresolved external symbol "public: static class wxWindow * __cdecl wxWindowBase::GetCapture(void)" (?GetCapture@wxWindowBase@@SAPAVwxWindow@@XZ) referenced in function "public: virtual bool __thiscall wxWindowBase::HasCapture(void)const " (?HasCapture@wxWindowBase@@UBE_NXZ)
main.obj : error LNK2019: unresolved external symbol "public: static struct wxVisualAttributes __cdecl wxWindowBase::GetClassDefaultAttributes(enum wxWindowVariant)" (?GetClassDefaultAttributes@wxWindowBase@@SA?AUwxVisualAttributes@@W4wxWindowVariant@@@Z) referenced in function "public: virtual struct wxVisualAttributes __thiscall wxWindowBase::GetDefaultAttributes(void)const " (?GetDefaultAttributes@wxWindowBase@@UBE?AUwxVisualAttributes@@XZ)
main.obj : error LNK2019: unresolved external symbol "public: void __thiscall wxObject::Ref(class wxObject const &)" (?Ref@wxObject@@QAEXABV1@@Z) referenced in function "public: class wxObject & __thiscall wxObject::operator=(class wxObject const &)" (??4wxObject@@QAEAAV0@ABV0@@Z)
main.obj : error LNK2019: unresolved external symbol "public: void __thiscall wxWindowBase::SetInitialSize(class wxSize const &)" (?SetInitialSize@wxWindowBase@@QAEXABVwxSize@@@Z) referenced in function "protected: virtual void __thiscall wxWindowBase::SetInitialBestSize(class wxSize const &)" (?SetInitialBestSize@wxWindowBase@@MAEXABVwxSize@@@Z)
main.obj : error LNK2019: unresolved external symbol "class wxWindow * __cdecl wxGetTopLevelParent(class wxWindow *)" (?wxGetTopLevelParent@@YAPAVwxWindow@@PAV1@@Z) referenced in function "public: virtual bool __thiscall wxTopLevelWindowBase::IsActive(void)" (?IsActive@wxTopLevelWindowBase@@UAE_NXZ)
main.obj : error LNK2019: unresolved external symbol "public: static class wxWindow * __cdecl wxWindowBase::FindFocus(void)" (?FindFocus@wxWindowBase@@SAPAVwxWindow@@XZ) referenced in function "public: virtual bool __thiscall wxTopLevelWindowBase::IsActive(void)" (?IsActive@wxTopLevelWindowBase@@UAE_NXZ)
main.obj : error LNK2019: unresolved external symbol "protected: bool __thiscall wxFrame::MSWDoTranslateMessage(class wxFrame *,struct tagMSG *)" (?MSWDoTranslateMessage@wxFrame@@IAE_NPAV1@PAUtagMSG@@@Z) referenced in function "public: virtual bool __thiscall wxFrame::MSWTranslateMessage(struct tagMSG *)" (?MSWTranslateMessage@wxFrame@@UAE_NPAUtagMSG@@@Z)
main.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall wxFrame::~wxFrame(void)" (??1wxFrame@@UAE@XZ) referenced in function "public: virtual void * __thiscall wxFrame::`scalar deleting destructor'(unsigned int)" (??_GwxFrame@@UAEPAXI@Z)
main.obj : error LNK2001: unresolved external symbol "public: __thiscall exception::exception(class exception const &)" (??0exception@@QAE@ABV0@@Z)
main.obj : error LNK2001: unresolved external symbol "public: __thiscall bad_cast::bad_cast(class bad_cast const &)" (??0bad_cast@@QAE@ABV0@@Z)
main.obj : error LNK2001: unresolved external symbol "const type_info::`vftable'" (??_7type_info@@6B@)
main.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall bad_cast::~bad_cast(void)" (??1bad_cast@@UAE@XZ)
main.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall bad_cast::bad_cast(char const *)" (__imp_??0bad_cast@@QAE@PBD@Z) referenced in function "class std::ctype<char> const & __cdecl std::use_facet<class std::ctype<char> >(class std::locale const &)" (??$use_facet@V?$ctype@D@std@@@std@@YAABV?$ctype@D@0@ABVlocale@0@@Z)
main.obj : error LNK2019: unresolved external symbol __CxxThrowException@8 referenced in function "class std::ctype<char> const & __cdecl std::use_facet<class std::ctype<char> >(class std::locale const &)" (??$use_facet@V?$ctype@D@std@@@std@@YAABV?$ctype@D@0@ABVlocale@0@@Z)
main.obj : error LNK2001: unresolved external symbol "protected: static class wxAppConsole * (__cdecl* wxAppConsole::ms_appInitFn)(void)" (?ms_appInitFn@wxAppConsole@@1P6APAV1@XZA)
LINK : error LNK2001: unresolved external symbol _WinMainCRTStartup
msvcprtd.lib(newop_s.obj) : error LNK2019: unresolved external symbol __callnewh referenced in function "void * __cdecl operator new(unsigned int)" (??2@YAPAXI@Z)
msvcprtd.lib(newop_s.obj) : error LNK2019: unresolved external symbol _malloc referenced in function "void * __cdecl operator new(unsigned int)" (??2@YAPAXI@Z)
Debug/WXWidget.exe : fatal error LNK1120: 243 unresolved externals

When I add C:\wxWidgets-2.8.10\lib\vc_lib to Input -> Additional Dependencies, it looks for the .obj file in this directory and give me heck: LINK : fatal error LNK1104: cannot open file 'C:\wxWidgets-2.8.10\lib\vc_lib.obj' Any Ideas? I am bulding a debug release BTW!

This topic is closed to new replies.

Advertisement