I have built the adv library of wx (which updates 10 targets), then I have added all of the libs into AdditionalDependencies tag as
Compilation ends with these errors.wxmsw31ud_adv.lib;wxmsw31ud_core.lib;wxbase31ud.lib;wxtiffd.lib;wxjpegd.lib;wxpngd.lib;wxzlibd.lib;wxregexud.lib;wxexpatd.lib
Do these errors ring any bells to you?Error (active) identifier "wxZipStreamLink" is undefined Kuvastin c:\Cpp\wxWidgets\include\wx\zipstrm.h 407
Error LNK2001 unresolved external symbols
"void (__cdecl* wxTheAssertHandler)(class wxString const &,int,class wxString const &,class wxString const &,class wxString const &)" ([email protected]@[email protected]@[email protected]) Kuvastin C:\Prog\frame.obj 1
"void (__cdecl* wxTheAssertHandler)(class wxString const &,int,class wxString const &,class wxString const &,class wxString const &)" ([email protected]@[email protected]@[email protected]) Kuvastin C:\Prog\main.obj 1
"bool wxTrapInAssert" ([email protected]@3_NA) Kuvastin C:\Prog\frame.obj 1
"bool wxTrapInAssert" ([email protected]@3_NA) Kuvastin C:\Prog\main.obj 1
"class wxMBConv * wxConvLibcPtr" ([email protected]@[email protected]@A) Kuvastin C:\Prog\frame.obj 1
"class wxMBConv * wxConvLibcPtr" ([email protected]@[email protected]@A) Kuvastin C:\Prog\main.obj 1
"class wxCSConv * wxConvLocalPtr" ([email protected]@[email protected]@A) Kuvastin C:\Prog\frame.obj 1
"wchar_t const * const wxEmptyString" ([email protected]@3PB_WB) Kuvastin C:\Prog\frame.obj 1
"wchar_t const * const wxEmptyString" ([email protected]@3PB_WB) Kuvastin C:\Prog\main.obj 1
"public: static unsigned int const wxString::npos" ([email protected]@@2IB) Kuvastin C:\Prog\frame.obj 1
"public: static unsigned int const wxString::npos" ([email protected]@@2IB) Kuvastin C:\Prog\main.obj 1
"private: static unsigned long wxThread::ms_idMainThread" ([email protected]@@0KA) Kuvastin C:\Prog\frame.obj 1
"private: static bool wxLog::ms_doLog" ([email protected]@@0_NA) Kuvastin C:\Prog\frame.obj 1
"char const * const wxPanelNameStr" ([email protected]@3QBDB) Kuvastin C:\Prog\frame.obj 1
"class wxSize const wxDefaultSize" ([email protected]@[email protected]@B) Kuvastin C:\Prog\frame.obj 1
"class wxPoint const wxDefaultPosition" ([email protected]@[email protected]@B) Kuvastin C:\Prog\frame.obj 1
"class wxDateTime const wxDefaultDateTime" ([email protected]@[email protected]@B) Kuvastin C:\Prog\frame.obj 1
"private: static long const wxDateTime::TIME_T_FACTOR" ([email protected]@@0JB) Kuvastin C:\Prog\frame.obj 1
"class wxAnyValueType * wxAnyNullValueType" ([email protected]@[email protected]@A) Kuvastin C:\Prog\frame.obj 1
"int const wxEVT_NULL" ([email protected]@3HB) Kuvastin C:\Prog\frame.obj 1
"class wxEventTypeTag<class wxCommandEvent> const wxEVT_LISTBOX" ([email protected]@[email protected]@@@@B) Kuvastin C:\Prog\frame.obj 1
"class wxEventTypeTag<class wxThreadEvent> const wxEVT_THREAD" ([email protected]@[email protected]@@@@B) Kuvastin C:\Prog\frame.obj 1
"class wxEventTypeTag<class wxMouseEvent> const wxEVT_LEFT_DOWN" ([email protected]@[email protected][email protected]@@@B) Kuvastin C:\Prog\frame.obj 1
"class wxEventTypeTag<class wxMouseEvent> const wxEVT_LEFT_UP" ([email protected]@[email protected]@@@@B) Kuvastin C:\Prog\frame.obj 1
"class wxEventTypeTag<class wxMouseEvent> const wxEVT_MIDDLE_DOWN" ([email protected]@[email protected]@@@@B) Kuvastin C:\Prog\frame.obj 1
"class wxEventTypeTag<class wxMouseEvent> const wxEVT_LEFT_DCLICK" ([email protected]@[email protected]@@@@B) Kuvastin C:\Prog\frame.obj 1
"class wxEventTypeTag<class wxFocusEvent> const wxEVT_SET_FOCUS" ([email protected]@[email protected]@@@@B) Kuvastin C:\Prog\frame.obj 1
"class wxEventTypeTag<class wxChildFocusEvent> const wxEVT_CHILD_FOCUS" ([email protected]@[email protected]@@@@B) Kuvastin C:\Prog\frame.obj 1
"class wxEventTypeTag<class wxNavigationKeyEvent> const wxEVT_NAVIGATION_KEY" ([email protected]@[email protected]@@@@B) Kuvastin C:\Prog\frame.obj 1
"class wxEventTypeTag<class wxKeyEvent> const wxEVT_KEY_DOWN" ([email protected]@[email protected]@@@@B) Kuvastin C:\Prog\frame.obj 1
"class wxEventTypeTag<class wxCloseEvent> const wxEVT_CLOSE_WINDOW" ([email protected]@[email protected]@@@@B) Kuvastin C:\Prog\frame.obj 1
"class wxEventTypeTag<class wxPaintEvent> const wxEVT_PAINT" ([email protected]@[email protected]@@@@B) Kuvastin C:\Prog\frame.obj 1
"class wxEventTypeTag<class wxEraseEvent> const wxEVT_ERASE_BACKGROUND" ([email protected]@[email protected]@@@@B) Kuvastin C:\Prog\frame.obj 1
"class wxEventTypeTag<class wxTimerEvent> const wxEVT_TIMER" ([email protected]@[email protected]@@@@B) Kuvastin C:\Prog\frame.obj 1
"class wxValidator const wxDefaultValidator" ([email protected]@[email protected]@B) Kuvastin C:\Prog\frame.obj 1
"char const * const wxFrameNameStr" ([email protected]@3QBDB) Kuvastin C:\Prog\frame.obj 1
"char const * const wxStatusBarNameStr" ([email protected]@3QBDB) Kuvastin C:\Prog\frame.obj 1
"char const * const wxListBoxNameStr" ([email protected]@3QBDB) Kuvastin C:\Prog\frame.obj 1
"char const * const wxStaticTextNameStr" ([email protected]@3QBDB) Kuvastin C:\Prog\frame.obj 1
"char const * const wxTextCtrlNameStr" ([email protected]@3QBDB) Kuvastin C:\Prog\frame.obj 1
"class wxEventTypeTag<class wxCommandEvent> const wxEVT_TEXT_ENTER" ([email protected]@[email protected]@@@@B) Kuvastin C:\Prog\frame.obj 1
"char const * const wxDirDialogNameStr" ([email protected]@3QBDB) Kuvastin C:\Prog\frame.obj 1
"char const * const wxDirSelectorPromptStr" ([email protected]@3QBDB) Kuvastin C:\Prog\frame.obj 1
"public: static class wxClassInfo wxDirDialog::ms_classInfo" ([email protected]@@[email protected]@A) Kuvastin C:\Prog\frame.obj 1
"char const * const wxGetTextFromUserPromptStr" ([email protected]@3QBDB) Kuvastin C:\Prog\frame.obj 1
"char const * const wxDirPickerWidgetLabel" ([email protected]@3QBDB) Kuvastin C:\Prog\frame.obj 1
"char const * const wxDirPickerWidgetNameStr" ([email protected]@3QBDB) Kuvastin C:\Prog\frame.obj 1
"char const * const wxDirPickerCtrlNameStr" ([email protected]@3QBDB) Kuvastin C:\Prog\frame.obj 1
"class wxEventTypeTag<class wxFileDirPickerEvent> const wxEVT_DIRPICKER_CHANGED" ([email protected]@[email protected]@@@@B) Kuvastin C:\Prog\frame.obj 1
"protected: static class wxAppConsole * (__cdecl* wxAppConsoleBase::ms_appInitFn)(void)" ([email protected]@@[email protected]@XZA) Kuvastin C:\Prog\main.obj 1
"protected: static class wxAppConsole * wxAppConsoleBase::ms_appInstance" ([email protected]@@[email protected]@A) Kuvastin C:\Prog\main.obj 1
Error LNK1120 46 unresolved externals Kuvastin C:\Prog\Debug\Kuvastin.exe 1