When I compliling audacity, I got these errors below, please help me.
Code: Select all
1>filedialog.lib(FileDialogPrivate.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall wxModalDialogHook::wxModalDialogHook(void)" ([email protected]@[email protected]) referenced in function "public: __thiscall FileDialog::Disabler::Disabler(void)" ([email protected]@@[email protected])
1>filedialog.lib(FileDialogPrivate.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall wxFileCtrlEvent::wxFileCtrlEvent(int,class wxObject *,int)" ([email protected]@[email protected]@@[email protected]) referenced in function "private: virtual void __thiscall FileDialog::MSWOnFolderChange(struct HWND__ *,struct tagOFNW *)" ([email protected]@@[email protected]@[email protected]@@Z)
1>filedialog.lib(FileDialogPrivate.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall wxFileCtrlEvent::SetFiles(class wxArrayString const &)" ([email protected]@@[email protected]@@Z) referenced in function "private: virtual void __thiscall FileDialog::MSWOnSelChange(struct HWND__ *,struct tagOFNW *)" ([email protected]@@[email protected]@[email protected]@@Z)
1>filedialog.lib(FileDialogPrivate.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall wxFileCtrlEvent::SetDirectory(class wxString const &)" ([email protected]@@[email protected]@@Z) referenced in function "private: virtual void __thiscall FileDialog::MSWOnFolderChange(struct HWND__ *,struct tagOFNW *)" ([email protected]@@[email protected]@[email protected]@@Z)
1>filedialog.lib(FileDialogPrivate.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall wxFileCtrlEvent::SetFilterIndex(int)" ([email protected]@@[email protected]) referenced in function "private: virtual void __thiscall FileDialog::MSWOnTypeChange(struct HWND__ *,struct tagOFNW *)" ([email protected]@@[email protected]@[email protected]@@Z)
1>filedialog.lib(FileDialogPrivate.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall wxFileCtrlEvent::~wxFileCtrlEvent(void)" ([email protected]@[email protected]) referenced in function "private: virtual void __thiscall FileDialog::MSWOnFolderChange(struct HWND__ *,struct tagOFNW *)" ([email protected]@@[email protected]@[email protected]@@Z)
1>filedialog.lib(FileDialogPrivate.obj) : error LNK2001: unresolved external symbol "__declspec(dllimport) class wxEventTypeTag<class wxFileCtrlEvent> const wxEVT_FILECTRL_SELECTIONCHANGED" ([email protected]@[email protected]@@@@B)
1>filedialog.lib(FileDialogPrivate.obj) : error LNK2001: unresolved external symbol "__declspec(dllimport) class wxEventTypeTag<class wxFileCtrlEvent> const wxEVT_FILECTRL_FOLDERCHANGED" ([email protected]@[email protected]@@@@B)
1>E:\Project\audacity\win\Debug\Audacity.exe : fatal error LNK1120: 278 unresolved externals