Welcome!
This community is for professionals and enthusiasts of the Genio platform.
Share your questions and challenges, and help your partners!
Erros LNK2001, LNK2019 e Fatal LNK1120 na compilação de aplicações Windows C++
Saudações caríssimos,
Na migração de projectos em C++ de versões de génio e visual estúdio mais antigas para as mais recentes, nos deparamos com erros de geração associadas a funções de génio que conseguimos resolver com a introdução de Altwins, no entanto ao compilar tivemos erros de compilação que partilhamos abaixo (logo após as Notas).
Na migração de projectos em C++ de versões de génio e visual estúdio mais antigas para as mais recentes, nos deparamos com erros de geração associadas a funções de génio que conseguimos resolver com a introdução de Altwins, no entanto ao compilar tivemos erros de compilação que partilhamos abaixo (logo após as Notas).
Gostaríamos de saber como ultrapassar esses erros LNK2001, LNK2019 e LNK2001?
NOTAS:
1. Aplicações Geradas pelo Genio272.02 e compiladas no VS2008 versão 9.0.21022.8
2. Migradas para NightlyGenio314.20 e compiladas no VS2022 versão 17.0.0
ERROS:
Severity Code Description Project File Line Suppression State
Error LNK2019 unresolved external symbol __imp__sprintf referenced in function "void __cdecl format_message(struct jpeg_common_struct *,char *)" (?format_message@@YAXPAUjpeg_common_struct@@PAD@Z) ARMGenio C:\Quidgest\PROJECTS\GENSIG_DEV0\GEN_QUIDGEST\Win\jpeglib.lib(Jerror.obj) 1
Error LNK2019 unresolved external symbol __imp__sscanf referenced in function "void __cdecl jinit_memory_mgr(struct jpeg_common_struct *)" (?jinit_memory_mgr@@YAXPAUjpeg_common_struct@@@Z) ARMGenio C:\Quidgest\PROJECTS\GENSIG_DEV0\GEN_QUIDGEST\Win\jpeglib.lib(Jmemmgr.obj) 1
Error LNK2019 unresolved external symbol "__declspec(dllimport) struct std::_Smanip<int> __cdecl std::setprecision(int)" (__imp_?setprecision@std@@YA?AU?$_Smanip@H@1@H@Z) referenced in function "public: __thiscall testing::Message::Message(void)" (??0Message@testing@@QAE@XZ) ARMGenio C:\Quidgest\PROJECTS\GENSIG_DEV0\GEN_QUIDGEST\Win\gtest.lib(gtest-all.obj) 1
Error LNK2019 unresolved external symbol "__declspec(dllimport) public: __thiscall std::basic_stringstream<char,struct std::char_traits<char>,class std::allocator<char> >::basic_stringstream<char,struct std::char_traits<char>,class std::allocator<char> >(int)" (__imp_??0?$basic_stringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@H@Z) referenced in function "class testing::internal::String __cdecl testing::internal::WideStringToUtf8(wchar_t const *,int)" (?WideStringToUtf8@internal@testing@@YA?AVString@12@PB_WH@Z) ARMGenio C:\Quidgest\PROJECTS\GENSIG_DEV0\GEN_QUIDGEST\Win\gtest.lib(gtest-all.obj) 1
Error LNK2019 unresolved external symbol "__declspec(dllimport) public: wchar_t const * __thiscall std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> >::c_str(void)const " (__imp_?c_str@?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QBEPB_WXZ) referenced in function "public: class testing::Message & __thiscall testing::Message::operator<<(class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > const &)" (??6Message@testing@@QAEAAV01@ABV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@@Z) ARMGenio C:\Quidgest\PROJECTS\GENSIG_DEV0\GEN_QUIDGEST\Win\gtest.lib(gtest-all.obj) 1
Error LNK2019 unresolved external symbol "__declspec(dllimport) public: unsigned int __thiscall std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> >::length(void)const " (__imp_?length@?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QBEIXZ) referenced in function "public: class testing::Message & __thiscall testing::Message::operator<<(class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > const &)" (??6Message@testing@@QAEAAV01@ABV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@@Z) ARMGenio C:\Quidgest\PROJECTS\GENSIG_DEV0\GEN_QUIDGEST\Win\gtest.lib(gtest-all.obj) 1
Error LNK2019 unresolved external symbol __imp___vsnprintf referenced in function "public: static class testing::internal::String __cdecl testing::internal::String::Format(char const *,...)" (?Format@String@internal@testing@@SA?AV123@PBDZZ) ARMGenio C:\Quidgest\PROJECTS\GENSIG_DEV0\GEN_QUIDGEST\Win\gtest.lib(gtest-all.obj) 1
Error LNK2019 unresolved external symbol "__declspec(dllimport) public: __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >(char const *)" (__imp_??0?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@PBD@Z) referenced in function "private: __thiscall testing::TestInfo::TestInfo(char const *,char const *,char const *,char const *,void const *,class testing::internal::TestFactoryBase *)" (??0TestInfo@testing@@AAE@PBD000PBXPAVTestFactoryBase@internal@1@@Z) ARMGenio C:\Quidgest\PROJECTS\GENSIG_DEV0\GEN_QUIDGEST\Win\gtest.lib(gtest-all.obj) 1
Error LNK2019 unresolved external symbol __imp____iob_func referenced in function "void __cdecl testing::internal::ReportInvalidTestCaseType(char const *,char const *,int)" (?ReportInvalidTestCaseType@internal@testing@@YAXPBD0H@Z) ARMGenio C:\Quidgest\PROJECTS\GENSIG_DEV0\GEN_QUIDGEST\Win\gtest.lib(gtest-all.obj) 1
Error LNK2019 unresolved external symbol __imp__vprintf referenced in function "void __cdecl testing::internal::ColoredPrintf(enum testing::internal::GTestColor,char const *,...)" (?ColoredPrintf@internal@testing@@YAXW4GTestColor@12@PBDZZ) ARMGenio C:\Quidgest\PROJECTS\GENSIG_DEV0\GEN_QUIDGEST\Win\gtest.lib(gtest-all.obj) 1
Error LNK2019 unresolved external symbol __imp__printf referenced in function "void __cdecl testing::internal::PrintFullTestCommentIfPresent(class testing::TestInfo const &)" (?PrintFullTestCommentIfPresent@internal@testing@@YAXABVTestInfo@2@@Z) ARMGenio C:\Quidgest\PROJECTS\GENSIG_DEV0\GEN_QUIDGEST\Win\gtest.lib(gtest-all.obj) 1
Error LNK2019 unresolved external symbol "__declspec(dllimport) public: class std::_String_const_iterator<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::end(void)const " (__imp_?end@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBE?AV?$_String_const_iterator@DU?$char_traits@D@std@@V?$allocator@D@2@@2@XZ) referenced in function "private: static class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl testing::internal::XmlUnitTestResultPrinter::RemoveInvalidXmlCharacters(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?RemoveInvalidXmlCharacters@XmlUnitTestResultPrinter@internal@testing@@CA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABV45@@Z) ARMGenio C:\Quidgest\PROJECTS\GENSIG_DEV0\GEN_QUIDGEST\Win\gtest.lib(gtest-all.obj) 1
Error LNK2019 unresolved external symbol "__declspec(dllimport) public: class std::_String_const_iterator<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::begin(void)const " (__imp_?begin@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBE?AV?$_String_const_iterator@DU?$char_traits@D@std@@V?$allocator@D@2@@2@XZ) referenced in function "private: static class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl testing::internal::XmlUnitTestResultPrinter::RemoveInvalidXmlCharacters(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?RemoveInvalidXmlCharacters@XmlUnitTestResultPrinter@internal@testing@@CA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABV45@@Z) ARMGenio C:\Quidgest\PROJECTS\GENSIG_DEV0\GEN_QUIDGEST\Win\gtest.lib(gtest-all.obj) 1
Error LNK2019 unresolved external symbol "__declspec(dllimport) public: void __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::reserve(unsigned int)" (__imp_?reserve@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEXI@Z) referenced in function "private: static class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl testing::internal::XmlUnitTestResultPrinter::RemoveInvalidXmlCharacters(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?RemoveInvalidXmlCharacters@XmlUnitTestResultPrinter@internal@testing@@CA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABV45@@Z) ARMGenio C:\Quidgest\PROJECTS\GENSIG_DEV0\GEN_QUIDGEST\Win\gtest.lib(gtest-all.obj) 1
Error LNK2019 unresolved external symbol "__declspec(dllimport) public: __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >(struct std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::_Has_debug_it)" (__imp_??0?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@U_Has_debug_it@01@@Z) referenced in function "private: static class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl testing::internal::XmlUnitTestResultPrinter::RemoveInvalidXmlCharacters(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?RemoveInvalidXmlCharacters@XmlUnitTestResultPrinter@internal@testing@@CA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABV45@@Z) ARMGenio C:\Quidgest\PROJECTS\GENSIG_DEV0\GEN_QUIDGEST\Win\gtest.lib(gtest-all.obj) 1
Error LNK2019 unresolved external symbol "__declspec(dllimport) public: class std::basic_ostream<char,struct std::char_traits<char> > & __thiscall std::basic_ostream<char,struct std::char_traits<char> >::write(char const *,int)" (__imp_?write@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@PBDH@Z) referenced in function "private: static void __cdecl testing::internal::XmlUnitTestResultPrinter::OutputXmlCDataSection(class std::basic_ostream<char,struct std::char_traits<char> > *,char const *)" (?OutputXmlCDataSection@XmlUnitTestResultPrinter@internal@testing@@CAXPAV?$basic_ostream@DU?$char_traits@D@std@@@std@@PBD@Z) ARMGenio C:\Quidgest\PROJECTS\GENSIG_DEV0\GEN_QUIDGEST\Win\gtest.lib(gtest-all.obj) 1
Error LNK2019 unresolved external symbol "__declspec(dllimport) class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl std::operator+<char,struct std::char_traits<char>,class std::allocator<char> >(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,char const *)" (__imp_??$?HDU?$char_traits@D@std@@V?$allocator@D@1@@std@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@ABV10@PBD@Z) referenced in function "private: static void __cdecl testing::internal::XmlUnitTestResultPrinter::OutputXmlTestInfo(class std::basic_ostream<char,struct std::char_traits<char> > *,char const *,class testing::TestInfo const &)" (?OutputXmlTestInfo@XmlUnitTestResultPrinter@internal@testing@@CAXPAV?$basic_ostream@DU?$char_traits@D@std@@@std@@PBDABVTestInfo@3@@Z) ARMGenio C:\Quidgest\PROJECTS\GENSIG_DEV0\GEN_QUIDGEST\Win\gtest.lib(gtest-all.obj) 1
Error LNK2019 unresolved external symbol "__declspec(dllimport) public: __thiscall std::exception::exception(void)" (__imp_??0exception@std@@QAE@XZ) referenced in function "public: __thiscall std::runtime_error::runtime_error(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (??0runtime_error@std@@QAE@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z) ARMGenio C:\Quidgest\PROJECTS\GENSIG_DEV0\GEN_QUIDGEST\Win\gtest.lib(gtest-all.obj) 1
Error LNK2019 unresolved external symbol "__declspec(dllimport) public: __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >(char const *,unsigned int)" (__imp_??0?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@PBDI@Z) referenced in function "public: __thiscall testing::internal::String::operator class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >(void)const " (??BString@internal@testing@@QBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) ARMGenio C:\Quidgest\PROJECTS\GENSIG_DEV0\GEN_QUIDGEST\Win\gtest.lib(gtest-all.obj) 1
Error LNK2019 unresolved external symbol "__declspec(dllimport) public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > & __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::operator+=(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (__imp_??Y?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV01@ABV01@@Z) referenced in function "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl testing::internal::FormatDeathTestOutput(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?FormatDeathTestOutput@internal@testing@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABV34@@Z) ARMGenio C:\Quidgest\PROJECTS\GENSIG_DEV0\GEN_QUIDGEST\Win\gtest.lib(gtest-all.obj) 1
Error LNK2019 unresolved external symbol "__declspec(dllimport) public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::substr(unsigned int,unsigned int)const " (__imp_?substr@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBE?AV12@II@Z) referenced in function "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl testing::internal::FormatDeathTestOutput(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?FormatDeathTestOutput@internal@testing@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABV34@@Z) ARMGenio C:\Quidgest\PROJECTS\GENSIG_DEV0\GEN_QUIDGEST\Win\gtest.lib(gtest-all.obj) 1
Error LNK2001 unresolved external symbol "__declspec(dllimport) public: static unsigned int const std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::npos" (__imp_?npos@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@2IB) ARMGenio C:\Quidgest\PROJECTS\GENSIG_DEV0\GEN_QUIDGEST\Win\gtest.lib(gtest-all.obj) 1
Error LNK2019 unresolved external symbol "__declspec(dllimport) public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > & __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::operator+=(char const *)" (__imp_??Y?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV01@PBD@Z) referenced in function "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl testing::internal::FormatDeathTestOutput(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?FormatDeathTestOutput@internal@testing@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABV34@@Z) ARMGenio C:\Quidgest\PROJECTS\GENSIG_DEV0\GEN_QUIDGEST\Win\gtest.lib(gtest-all.obj) 1
Error LNK2019 unresolved external symbol "__declspec(dllimport) public: unsigned int __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::find(char,unsigned int)const " (__imp_?find@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBEIDI@Z) referenced in function "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl testing::internal::FormatDeathTestOutput(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?FormatDeathTestOutput@internal@testing@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABV34@@Z) ARMGenio C:\Quidgest\PROJECTS\GENSIG_DEV0\GEN_QUIDGEST\Win\gtest.lib(gtest-all.obj) 1
Error LNK2019 unresolved external symbol "__declspec(dllimport) class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::endl(class std::basic_ostream<char,struct std::char_traits<char> > &)" (__imp_?endl@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@1@AAV21@@Z) referenced in function "public: __thiscall testing::internal::GTestLog::GTestLog(enum testing::internal::GTestLogSeverity,char const *,int)" (??0GTestLog@internal@testing@@QAE@W4GTestLogSeverity@12@PBDH@Z) ARMGenio C:\Quidgest\PROJECTS\GENSIG_DEV0\GEN_QUIDGEST\Win\gtest.lib(gtest-all.obj) 1
Error LNK2019 unresolved external symbol "__declspec(dllimport) public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > & __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::operator=(char const *)" (__imp_??4?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV01@PBD@Z) referenced in function "public: __thiscall testing::internal::CapturedStream::CapturedStream(int)" (??0CapturedStream@internal@testing@@QAE@H@Z) ARMGenio C:\Quidgest\PROJECTS\GENSIG_DEV0\GEN_QUIDGEST\Win\gtest.lib(gtest-all.obj) 1
Error LNK2019 unresolved external symbol "__declspec(dllimport) public: wchar_t const * __thiscall std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> >::data(void)const " (__imp_?data@?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QBEPB_WXZ) referenced in function "void __cdecl testing::internal::PrintWideStringTo(class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > const &,class std::basic_ostream<char,struct std::char_traits<char> > *)" (?PrintWideStringTo@internal@testing@@YAXABV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@PAV?$basic_ostream@DU?$char_traits@D@std@@@4@@Z) ARMGenio C:\Quidgest\PROJECTS\GENSIG_DEV0\GEN_QUIDGEST\Win\gtest.lib(gtest-all.obj) 1
Error LNK2019 unresolved external symbol "__declspec(dllimport) public: unsigned int __thiscall std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> >::size(void)const " (__imp_?size@?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QBEIXZ) referenced in function "void __cdecl testing::internal::PrintWideStringTo(class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > const &,class std::basic_ostream<char,struct std::char_traits<char> > *)" (?PrintWideStringTo@internal@testing@@YAXABV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@PAV?$basic_ostream@DU?$char_traits@D@std@@@4@@Z) ARMGenio C:\Quidgest\PROJECTS\GENSIG_DEV0\GEN_QUIDGEST\Win\gtest.lib(gtest-all.obj) 1
Error LNK2019 unresolved external symbol "__declspec(dllimport) protected: char * __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::_Myptr(void)" (__imp_?_Myptr@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IAEPADXZ) referenced in function "public: char const & __thiscall std::_String_const_iterator<char,struct std::char_traits<char>,class std::allocator<char> >::operator*(void)const " (??D?$_String_const_iterator@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBEABDXZ) ARMGenio C:\Quidgest\PROJECTS\GENSIG_DEV0\GEN_QUIDGEST\Win\gtest.lib(gtest-all.obj) 1
Error LNK2019 unresolved external symbol "__declspec(dllimport) public: void __thiscall std::_Container_base_secure::_Swap_aux(class std::_Container_base_secure &)" (__imp_?_Swap_aux@_Container_base_secure@std@@QAEXAAV12@@Z) referenced in function "public: void __thiscall std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > >::swap(class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > &)" (?swap@?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@QAEXAAV12@@Z) ARMGenio C:\Quidgest\PROJECTS\GENSIG_DEV0\GEN_QUIDGEST\Win\gtest.lib(gtest-all.obj) 1
Error LNK2019 unresolved external symbol "__declspec(dllimport) public: void __thiscall std::_Container_base_secure::_Swap_all(class std::_Container_base_secure &)const " (__imp_?_Swap_all@_Container_base_secure@std@@QBEXAAV12@@Z) referenced in function "public: void __thiscall std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > >::swap(class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > &)" (?swap@?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@QAEXAAV12@@Z) ARMGenio C:\Quidgest\PROJECTS\GENSIG_DEV0\GEN_QUIDGEST\Win\gtest.lib(gtest-all.obj) 1
Error LNK2019 unresolved external symbol "__declspec(dllimport) public: __thiscall std::_Container_base_secure::~_Container_base_secure(void)" (__imp_??1_Container_base_secure@std@@QAE@XZ) referenced in function "protected: __thiscall std::_Container_base_aux_alloc_empty<class std::allocator<class testing::internal::String> >::~_Container_base_aux_alloc_empty<class std::allocator<class testing::internal::String> >(void)" (??1?$_Container_base_aux_alloc_empty@V?$allocator@VString@internal@testing@@@std@@@std@@IAE@XZ) ARMGenio C:\Quidgest\PROJECTS\GENSIG_DEV0\GEN_QUIDGEST\Win\gtest.lib(gtest-all.obj) 1
Error LNK2019 unresolved external symbol "__declspec(dllimport) public: void __thiscall std::_Container_base_secure::_Orphan_all(void)const " (__imp_?_Orphan_all@_Container_base_secure@std@@QBEXXZ) referenced in function "protected: void __thiscall std::vector<class testing::internal::ParameterizedTestCaseInfoBase *,class std::allocator<class testing::internal::ParameterizedTestCaseInfoBase *> >::_Tidy(void)" (?_Tidy@?$vector@PAVParameterizedTestCaseInfoBase@internal@testing@@V?$allocator@PAVParameterizedTestCaseInfoBase@internal@testing@@@std@@@std@@IAEXXZ) ARMGenio C:\Quidgest\PROJECTS\GENSIG_DEV0\GEN_QUIDGEST\Win\gtest.lib(gtest-all.obj) 1
Error LNK2019 unresolved external symbol "__declspec(dllimport) public: __thiscall std::_Container_base_secure::_Container_base_secure(void)" (__imp_??0_Container_base_secure@std@@QAE@XZ) referenced in function "protected: __thiscall std::_Container_base_aux_alloc_empty<class std::allocator<class testing::internal::ParameterizedTestCaseInfoBase *> >::_Container_base_aux_alloc_empty<class std::allocator<class testing::internal::ParameterizedTestCaseInfoBase *> >(class std::allocator<class testing::internal::ParameterizedTestCaseInfoBase *>)" (??0?$_Container_base_aux_alloc_empty@V?$allocator@PAVParameterizedTestCaseInfoBase@internal@testing@@@std@@@std@@IAE@V?$allocator@PAVParameterizedTestCaseInfoBase@internal@testing@@@1@@Z) ARMGenio C:\Quidgest\PROJECTS\GENSIG_DEV0\GEN_QUIDGEST\Win\gtest.lib(gtest-all.obj) 1
Error LNK2019 unresolved external symbol "__declspec(dllimport) public: int __thiscall std::ios_base::width(int)" (__imp_?width@ios_base@std@@QAEHH@Z) referenced in function "class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::operator<<<struct std::char_traits<char> >(class std::basic_ostream<char,struct std::char_traits<char> > &,char const *)" (??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z) ARMGenio C:\Quidgest\PROJECTS\GENSIG_DEV0\GEN_QUIDGEST\Win\gtest.lib(gtest-all.obj) 1
Error LNK2019 unresolved external symbol "__declspec(dllimport) public: int __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::sputn(char const *,int)" (__imp_?sputn@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QAEHPBDH@Z) referenced in function "class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::operator<<<struct std::char_traits<char> >(class std::basic_ostream<char,struct std::char_traits<char> > &,char const *)" (??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z) ARMGenio C:\Quidgest\PROJECTS\GENSIG_DEV0\GEN_QUIDGEST\Win\gtest.lib(gtest-all.obj) 1
Error LNK2019 unresolved external symbol "__declspec(dllimport) public: static bool __cdecl std::char_traits<char>::eq_int_type(int const &,int const &)" (__imp_?eq_int_type@?$char_traits@D@std@@SA_NABH0@Z) referenced in function "class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::operator<<<struct std::char_traits<char> >(class std::basic_ostream<char,struct std::char_traits<char> > &,char const *)" (??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z) ARMGenio C:\Quidgest\PROJECTS\GENSIG_DEV0\GEN_QUIDGEST\Win\gtest.lib(gtest-all.obj) 1
Error LNK2019 unresolved external symbol "__declspec(dllimport) public: static int __cdecl std::char_traits<char>::eof(void)" (__imp_?eof@?$char_traits@D@std@@SAHXZ) referenced in function "class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::operator<<<struct std::char_traits<char> >(class std::basic_ostream<char,struct std::char_traits<char> > &,char const *)" (??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z) ARMGenio C:\Quidgest\PROJECTS\GENSIG_DEV0\GEN_QUIDGEST\Win\gtest.lib(gtest-all.obj) 1
Error LNK2019 unresolved external symbol "__declspec(dllimport) public: int __thiscall std::ios_base::width(void)const " (__imp_?width@ios_base@std@@QBEHXZ) referenced in function "class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::operator<<<struct std::char_traits<char> >(class std::basic_ostream<char,struct std::char_traits<char> > &,char const *)" (??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z) ARMGenio C:\Quidgest\PROJECTS\GENSIG_DEV0\GEN_QUIDGEST\Win\gtest.lib(gtest-all.obj) 1
Error LNK2019 unresolved external symbol "__declspec(dllimport) public: static unsigned int __cdecl std::char_traits<char>::length(char const *)" (__imp_?length@?$char_traits@D@std@@SAIPBD@Z) referenced in function "class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::operator<<<struct std::char_traits<char> >(class std::basic_ostream<char,struct std::char_traits<char> > &,char const *)" (??$?6U?$char_traits@D@std@@@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z) ARMGenio C:\Quidgest\PROJECTS\GENSIG_DEV0\GEN_QUIDGEST\Win\gtest.lib(gtest-all.obj) 1
Error LNK2019 unresolved external symbol "__declspec(dllimport) public: void __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::_Lock(void)" (__imp_?_Lock@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QAEXXZ) referenced in function "public: __thiscall std::basic_ostream<char,struct std::char_traits<char> >::_Sentry_base::_Sentry_base(class std::basic_ostream<char,struct std::char_traits<char> > &)" (??0_Sentry_base@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@AAV12@@Z) ARMGenio C:\Quidgest\PROJECTS\GENSIG_DEV0\GEN_QUIDGEST\Win\gtest.lib(gtest-all.obj) 1
Error LNK2019 unresolved external symbol "__declspec(dllimport) public: void __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::_Unlock(void)" (__imp_?_Unlock@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QAEXXZ) referenced in function "public: __thiscall std::basic_ostream<char,struct std::char_traits<char> >::_Sentry_base::~_Sentry_base(void)" (??1_Sentry_base@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@XZ) ARMGenio C:\Quidgest\PROJECTS\GENSIG_DEV0\GEN_QUIDGEST\Win\gtest.lib(gtest-all.obj) 1
Error LNK2019 unresolved external symbol "__declspec(dllimport) public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > & __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::append(char const *)" (__imp_?append@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV12@PBD@Z) referenced in function "private: void __thiscall testing::AssertionResult::AppendMessage(class testing::Message const &)" (?AppendMessage@AssertionResult@testing@@AAEXABVMessage@2@@Z) ARMGenio C:\Quidgest\PROJECTS\GENSIG_DEV0\GEN_QUIDGEST\Win\gtest.lib(gtest-all.obj) 1
Error LNK2019 unresolved external symbol "__declspec(dllimport) public: char const & __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::operator[](unsigned int)const " (__imp_??A?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBEABDI@Z) referenced in function "bool __cdecl testing::internal::ParseNaturalNumber<int>(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,int *)" (??$ParseNaturalNumber@H@internal@testing@@YA_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAH@Z) ARMGenio C:\Quidgest\PROJECTS\GENSIG_DEV0\GEN_QUIDGEST\Win\gtest.lib(gtest-all.obj) 1
Error LNK2019 unresolved external symbol "__declspec(dllimport) public: __thiscall std::exception::exception(char const * const &)" (__imp_??0exception@std@@QAE@ABQBD@Z) referenced in function "public: __thiscall std::bad_alloc::bad_alloc(char const *)" (??0bad_alloc@std@@QAE@PBD@Z) ARMGenio C:\Quidgest\PROJECTS\GENSIG_DEV0\GEN_QUIDGEST\Win\gtest.lib(gtest-all.obj) 1
Error LNK2019 unresolved external symbol "__declspec(dllimport) public: unsigned int __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::find(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,unsigned int)const " (__imp_?find@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBEIABV12@I@Z) referenced in function "bool __cdecl testing::`anonymous namespace'::IsSubstringPred<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (??$IsSubstringPred@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@?A0x5dacec7f@testing@@YA_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@0@Z) ARMGenio C:\Quidgest\PROJECTS\GENSIG_DEV0\GEN_QUIDGEST\Win\gtest.lib(gtest-all.obj) 1
Error LNK2001 unresolved external symbol "__declspec(dllimport) public: static unsigned int const std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> >::npos" (__imp_?npos@?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@2IB) ARMGenio C:\Quidgest\PROJECTS\GENSIG_DEV0\GEN_QUIDGEST\Win\gtest.lib(gtest-all.obj) 1
Error LNK2019 unresolved external symbol "__declspec(dllimport) public: unsigned int __thiscall std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> >::find(class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > const &,unsigned int)const " (__imp_?find@?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QBEIABV12@I@Z) referenced in function "bool __cdecl testing::`anonymous namespace'::IsSubstringPred<class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > >(class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > const &,class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > const &)" (??$IsSubstringPred@V?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@@?A0x5dacec7f@testing@@YA_NABV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@0@Z) ARMGenio C:\Quidgest\PROJECTS\GENSIG_DEV0\GEN_QUIDGEST\Win\gtest.lib(gtest-all.obj) 1
Error LNK2019 unresolved external symbol "__declspec(dllimport) public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > & __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::operator=(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (__imp_??4?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV01@ABV01@@Z) referenced in function "void __cdecl std::_Fill<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > *,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > *,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > *,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (??$_Fill@PAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V12@@std@@YAXPAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@0ABV10@@Z) ARMGenio C:\Quidgest\PROJECTS\GENSIG_DEV0\GEN_QUIDGEST\Win\gtest.lib(gtest-all.obj) 1
Error LNK2019 unresolved external symbol "__declspec(dllimport) public: void __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::swap(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &)" (__imp_?swap@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEXAAV12@@Z) referenced in function "void __cdecl std::swap<char,struct std::char_traits<char>,class std::allocator<char> >(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &)" (??$swap@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@YAXAAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@0@Z) ARMGenio C:\Quidgest\PROJECTS\GENSIG_DEV0\GEN_QUIDGEST\Win\gtest.lib(gtest-all.obj) 1
Error LNK1120 50 unresolved externals ARMGenio C:\Quidgest\PROJECTS\GENSIG_DEV0\GEN_QUIDGEST\Win\Debug\ARMgenio.exe 1
Cumprimentos,
Keep Informed
About the Community
This platform is for beginners and experts willing to share their Genio knowledge. It's not a forum to discuss ideas, but a knowledge base of questions and their answers.
Read Guidelines
Question tools
45 follower(s)
Stats
Asked: 29/11/2022 10:55 |
Seen: 886 times |
Last updated: 13/12/2022 17:30 |