ここにあるWebdriver++ が
'x86' では 使えるようになったのですが
64bit用に ビルド出来ないでしょうか?
curl は こちらを参考にしました
PCは Windows 10 (64bit)です
ご教示 お願い致します
対象コンピュータを MachineX64 (/MACHINE:X64) にして
バッチビルドで Debug x64で ビルドすると
下記のエラーが出ます
LNK2019 未解決の外部シンボル __imp_curl_slist_free_all が関数 "public: __cdecl webdriverxx::detail::HttpHeaders::~HttpHeaders(void)" (??1HttpHeaders@detail@webdriverxx@@QEAA@XZ) で参照されました
LNK2019 未解決の外部シンボル __imp_curl_slist_append が関数 "public: void __cdecl webdriverxx::detail::HttpHeaders::Add(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 &)" (?Add@HttpHeaders@detail@webdriverxx@@QEAAXAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@0@Z) で参照されました
LNK2019 未解決の外部シンボル __imp_curl_easy_strerror が関数 "protected: void __cdecl webdriverxx::detail::HttpRequest::SetOption<unsigned __int64 __cdecl(void *,unsigned __int64,unsigned __int64,void *)>(enum CURLoption,unsigned __int64 (__cdecl&)(void *,unsigned __int64,unsigned __int64,void *))const " (??$SetOption@$$A6A_KPEAX_K10@Z@HttpRequest@detail@webdriverxx@@IEBAXW4CURLoption@@A6A_KPEAX_K21@Z@Z) で参照されました
LNK2019 未解決の外部シンボル __imp_curl_easy_init が関数 "private: static void * __cdecl webdriverxx::detail::HttpConnection::InitCurl(void)" (?InitCurl@HttpConnection@detail@webdriverxx@@CAPEAXXZ) で参照されました
LNK2019 未解決の外部シンボル __imp_curl_easy_setopt が関数 "protected: void __cdecl webdriverxx::detail::HttpRequest::SetOption<unsigned __int64 __cdecl(void *,unsigned __int64,unsigned __int64,void *)>(enum CURLoption,unsigned __int64 (__cdecl&)(void *,unsigned __int64,unsigned __int64,void *))const " (??$SetOption@$$A6A_KPEAX_K10@Z@HttpRequest@detail@webdriverxx@@IEBAXW4CURLoption@@A6A_KPEAX_K21@Z@Z) で参照されました
LNK2019 未解決の外部シンボル __imp_curl_easy_perform が関数 "public: struct webdriverxx::detail::HttpResponse __cdecl webdriverxx::detail::HttpRequest::Execute(void)" (?Execute@HttpRequest@detail@webdriverxx@@QEAA?AUHttpResponse@23@XZ) で参照されました
LNK2019 未解決の外部シンボル __imp_curl_easy_cleanup が関数 "public: virtual __cdecl webdriverxx::detail::HttpConnection::~HttpConnection(void)" (??1HttpConnection@detail@webdriverxx@@UEAA@XZ) で参照されました
LNK2019 未解決の外部シンボル __imp_curl_easy_getinfo が関数 "private: long __cdecl webdriverxx::detail::HttpRequest::GetHttpCode(void)const " (?GetHttpCode@HttpRequest@detail@webdriverxx@@AEBAJXZ) で参照されました
LNK2019 未解決の外部シンボル __imp_curl_easy_reset が関数 "public: struct webdriverxx::detail::HttpResponse __cdecl webdriverxx::detail::HttpRequest::Execute(void)" (?Execute@HttpRequest@detail@webdriverxx@@QEAA?AUHttpResponse@23@XZ) で参照されました
LNK1120 9 件の未解決の外部参照
あなたの回答
tips
プレビュー