j***@gmail.com
2014-08-19 01:12:53 UTC
Hi. Checked out WxWidgets v3.1 revision 7781 yesterday. Tried to build Dlls and got the following build errors.
Even updated to revision 7783 and still got these errors.
9> Creating library ..\..\lib\vc_dll\wxbase31ud.lib and object ..\..\lib\vc_dll\wxbase31ud.exp
9>intl.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall wxLanguageInfoArray::wxLanguageInfoArray(void)" (__imp_??0wxLanguageInfoArray@@***@XZ) referenced in function "public: static void __cdecl wxLocale::CreateLanguagesDB(void)" (?***@wxLocale@@SAXXZ)
9>intl.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: unsigned int __thiscall wxLanguageInfoArray::GetCount(void)const " (__imp_?***@wxLanguageInfoArray@@QBEIXZ) referenced in function "public: static int __cdecl wxLocale::GetSystemLanguage(void)" (?***@wxLocale@@SAHXZ)
9>intl.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: unsigned int __thiscall wxLanguageInfoArray::size(void)const " (__imp_?***@wxLanguageInfoArray@@QBEIXZ) referenced in function "public: int __thiscall wxLanguageInfoArray::Index(struct wxLanguageInfo const &,bool)const " (?***@wxLanguageInfoArray@@QBEHABUwxLanguageInfo@@***@Z)
9>intl.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: struct wxLanguageInfo & __thiscall wxLanguageInfoArray::operator[](unsigned int)const " (__imp_??AwxLanguageInfoArray@@QBEAAUwxLanguageInfo@@***@Z) referenced in function "private: void __thiscall wxLanguageInfoArray::DoCopy(class wxLanguageInfoArray const &)" (?***@wxLanguageInfoArray@@AAEXABV1@@Z)
9>intl.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: struct wxLanguageInfo & __thiscall wxLanguageInfoArray::Item(unsigned int)const " (__imp_?***@wxLanguageInfoArray@@QBEAAUwxLanguageInfo@@***@Z) referenced in function "public: static int __cdecl wxLocale::GetSystemLanguage(void)" (?***@wxLocale@@SAHXZ)
9>intl.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall wxLanguageInfoArray::Empty(void)" (__imp_?***@wxLanguageInfoArray@@QAEXXZ) referenced in function "public: class wxLanguageInfoArray & __thiscall wxLanguageInfoArray::operator=(class wxLanguageInfoArray const &)" (??4wxLanguageInfoArray@@***@ABV0@@Z)
9>..\..\lib\vc_dll\wxbase31ud_vc_.dll : fatal error LNK1120: 6 unresolved externals
Which all results in the wxBase dll unicode debug build not being able to be built. Tried to build release version but with same errors. How can I fix this? Cheers!
Even updated to revision 7783 and still got these errors.
9> Creating library ..\..\lib\vc_dll\wxbase31ud.lib and object ..\..\lib\vc_dll\wxbase31ud.exp
9>intl.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall wxLanguageInfoArray::wxLanguageInfoArray(void)" (__imp_??0wxLanguageInfoArray@@***@XZ) referenced in function "public: static void __cdecl wxLocale::CreateLanguagesDB(void)" (?***@wxLocale@@SAXXZ)
9>intl.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: unsigned int __thiscall wxLanguageInfoArray::GetCount(void)const " (__imp_?***@wxLanguageInfoArray@@QBEIXZ) referenced in function "public: static int __cdecl wxLocale::GetSystemLanguage(void)" (?***@wxLocale@@SAHXZ)
9>intl.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: unsigned int __thiscall wxLanguageInfoArray::size(void)const " (__imp_?***@wxLanguageInfoArray@@QBEIXZ) referenced in function "public: int __thiscall wxLanguageInfoArray::Index(struct wxLanguageInfo const &,bool)const " (?***@wxLanguageInfoArray@@QBEHABUwxLanguageInfo@@***@Z)
9>intl.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: struct wxLanguageInfo & __thiscall wxLanguageInfoArray::operator[](unsigned int)const " (__imp_??AwxLanguageInfoArray@@QBEAAUwxLanguageInfo@@***@Z) referenced in function "private: void __thiscall wxLanguageInfoArray::DoCopy(class wxLanguageInfoArray const &)" (?***@wxLanguageInfoArray@@AAEXABV1@@Z)
9>intl.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: struct wxLanguageInfo & __thiscall wxLanguageInfoArray::Item(unsigned int)const " (__imp_?***@wxLanguageInfoArray@@QBEAAUwxLanguageInfo@@***@Z) referenced in function "public: static int __cdecl wxLocale::GetSystemLanguage(void)" (?***@wxLocale@@SAHXZ)
9>intl.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall wxLanguageInfoArray::Empty(void)" (__imp_?***@wxLanguageInfoArray@@QAEXXZ) referenced in function "public: class wxLanguageInfoArray & __thiscall wxLanguageInfoArray::operator=(class wxLanguageInfoArray const &)" (??4wxLanguageInfoArray@@***@ABV0@@Z)
9>..\..\lib\vc_dll\wxbase31ud_vc_.dll : fatal error LNK1120: 6 unresolved externals
Which all results in the wxBase dll unicode debug build not being able to be built. Tried to build release version but with same errors. How can I fix this? Cheers!
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.
To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.
To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users