POCO #4131
Unanswered
arravikumar
asked this question in
Q&A
POCO
#4131
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to recompile a HTTP Request source which used to work in VS 2015, due to application compiler change I tried to recompile the POCO libraries with Latest version or poco-1.11.7-all
Appreciate any support, here. Thanks in advance.
I am getting the below compiler error,
1>BingoSearchApi.obj : error LNK2001: unresolved external symbol pocoNetworkInitializer
1>BingoSearchApi.obj : error LNK2001: unresolved external symbol "public: bool __cdecl Poco::File::canRead(void)const " (?canRead@File@Poco@@QEBA_NXZ)
1>BingoSearchApi.obj : error LNK2001: unresolved external symbol "public: bool __cdecl Poco::File::exists(void)const " (?exists@File@Poco@@QEBA_NXZ)
1>BingoSearchApi.obj : error LNK2001: unresolved external symbol "public: __cdecl Poco::File::File(char const *)" (??0File@Poco@@qeaa@PEBD@Z)
1>BingoSearchApi.obj : error LNK2001: unresolved external symbol "public: __cdecl Poco::Timespan::Timespan(long,long)" (??0Timespan@Poco@@qeaa@JJ@Z)
1>BingoSearchApi.obj : error LNK2001: unresolved external symbol "public: static class std::basic_string<char,struct std::char_traits,class std::allocator > const Poco::Net::HTMLForm::ENCODING_MULTIPART" (?ENCODING_MULTIPART@HTMLForm@Net@Poco@@2v?$basic_string@DU?$char_traits@D@std@@v?$allocator@D@2@@std@@b)
1>BingoSearchApi.obj : error LNK2001: unresolved external symbol "public: void __cdecl Poco::Net::HTMLForm::write(class std::basic_ostream<char,struct std::char_traits > &)" (?write@HTMLForm@Net@Poco@@QEAAXAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@z)
1>BingoSearchApi.obj : error LNK2001: unresolved external symbol "public: void __cdecl Poco::Net::HTMLForm::prepareSubmit(class Poco::Net::HTTPRequest &,int)" (?prepareSubmit@HTMLForm@Net@Poco@@QEAAXAEAVHTTPRequest@23@H@Z)
1>BingoSearchApi.obj : error LNK2001: unresolved external symbol "public: void __cdecl Poco::Net::HTMLForm::addPart(class std::basic_string<char,struct std::char_traits,class std::allocator > const &,class Poco::Net::PartSource *)" (?addPart@HTMLForm@Net@Poco@@QEAAXAEBV?$basic_string@DU?$char_traits@D@std@@v?$allocator@D@2@@std@@PEAVPartSource@23@@z)
1>BingoSearchApi.obj : error LNK2001: unresolved external symbol "public: void __cdecl Poco::Net::HTMLForm::setEncoding(class std::basic_string<char,struct std::char_traits,class std::allocator > const &)" (?setEncoding@HTMLForm@Net@Poco@@QEAAXAEBV?$basic_string@DU?$char_traits@D@std@@v?$allocator@D@2@@std@@@z)
1>BingoSearchApi.obj : error LNK2001: unresolved external symbol "public: virtual __cdecl Poco::Net::HTMLForm::~HTMLForm(void)" (??1HTMLForm@Net@Poco@@UEAA@XZ)
1>BingoSearchApi.obj : error LNK2001: unresolved external symbol "public: __cdecl Poco::Net::HTMLForm::HTMLForm(void)" (??0HTMLForm@Net@Poco@@qeaa@XZ)
1>BingoSearchApi.obj : error LNK2001: unresolved external symbol "public: virtual __cdecl Poco::Net::HTTPRequest::~HTTPRequest(void)" (??1HTTPRequest@Net@Poco@@UEAA@XZ)
1>BingoSearchApi.obj : error LNK2001: unresolved external symbol "public: __cdecl Poco::Net::HTTPRequest::HTTPRequest(class std::basic_string<char,struct std::char_traits,class std::allocator > const &,class std::basic_string<char,struct std::char_traits,class std::allocator > const &,class std::basic_string<char,struct std::char_traits,class std::allocator > const &)" (??0HTTPRequest@Net@Poco@@qeaa@AEBV?$basic_string@DU?$char_traits@D@std@@v?$allocator@D@2@@std@@00@Z)
1>BingoSearchApi.obj : error LNK2001: unresolved external symbol "public: static class std::basic_string<char,struct std::char_traits,class std::allocator > const Poco::Net::HTTPRequest::HTTP_POST" (?HTTP_POST@HTTPRequest@Net@Poco@@2v?$basic_string@DU?$char_traits@D@std@@v?$allocator@D@2@@std@@b)
1>BingoSearchApi.obj : error LNK2001: unresolved external symbol "public: virtual __cdecl Poco::Net::HTTPResponse::~HTTPResponse(void)" (??1HTTPResponse@Net@Poco@@UEAA@XZ)
1>BingoSearchApi.obj : error LNK2001: unresolved external symbol "public: __cdecl Poco::Net::HTTPResponse::HTTPResponse(void)" (??0HTTPResponse@Net@Poco@@qeaa@XZ)
1>BingoSearchApi.obj : error LNK2001: unresolved external symbol "public: __cdecl Poco::Net::HTTPClientSession::HTTPClientSession(class std::basic_string<char,struct std::char_traits,class std::allocator > const &,unsigned short)" (??0HTTPClientSession@Net@Poco@@qeaa@AEBV?$basic_string@DU?$char_traits@D@std@@v?$allocator@D@2@@std@@g@Z)
1>BingoSearchApi.obj : error LNK2001: unresolved external symbol "public: void __cdecl Poco::Net::NameValueCollection::set(class std::basic_string<char,struct std::char_traits,class std::allocator > const &,class std::basic_string<char,struct std::char_traits,class std::allocator > const &)" (?set@NameValueCollection@Net@Poco@@QEAAXAEBV?$basic_string@DU?$char_traits@D@std@@v?$allocator@D@2@@std@@0@Z)
1>BingoSearchApi.obj : error LNK2001: unresolved external symbol "public: __cdecl Poco::Net::FilePartSource::FilePartSource(class std::basic_string<char,struct std::char_traits,class std::allocator > const &)" (??0FilePartSource@Net@Poco@@qeaa@AEBV?$basic_string@DU?$char_traits@D@std@@v?$allocator@D@2@@std@@@z)
1>BingoSearchApi.obj : error LNK2001: unresolved external symbol "public: static class std::basic_string<char,struct std::char_traits,class std::allocator > const Poco::Net::HTTPMessage::HTTP_1_1" (?HTTP_1_1@HTTPMessage@Net@Poco@@2v?$basic_string@DU?$char_traits@D@std@@v?$allocator@D@2@@std@@b)
1>BingoSearchApi.obj : error LNK2001: unresolved external symbol "public: void __cdecl Poco::Net::HTTPSession::setTimeout(class Poco::Timespan const &)" (?setTimeout@HTTPSession@Net@Poco@@QEAAXAEBVTimespan@3@@z)
1>BingoSearchApi.obj : error LNK2001: unresolved external symbol "public: unsigned short __cdecl Poco::URI::getPort(void)const " (?getPort@URI@Poco@@QEBAGXZ)
1>BingoSearchApi.obj : error LNK2001: unresolved external symbol "public: __cdecl Poco::URI::~URI(void)" (??1URI@Poco@@qeaa@XZ)
1>BingoSearchApi.obj : error LNK2001: unresolved external symbol "public: __cdecl Poco::URI::URI(char const *)" (??0URI@Poco@@qeaa@PEBD@Z)
Beta Was this translation helpful? Give feedback.
All reactions