質問編集履歴
2
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -20,7 +20,7 @@
|
|
20
20
|
|
21
21
|
対象コンピュータを MachineX64 (/MACHINE:X64) にして
|
22
22
|
|
23
|
-
バッチビルドで Debug
|
23
|
+
バッチビルドで Debug x64で ビルドすると
|
24
24
|
|
25
25
|
下記のエラーが出ます
|
26
26
|
|
1
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -13,3 +13,57 @@
|
|
13
13
|
|
14
14
|
|
15
15
|
ご教示 お願い致します
|
16
|
+
|
17
|
+
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
対象コンピュータを MachineX64 (/MACHINE:X64) にして
|
22
|
+
|
23
|
+
バッチビルドで Debug・Release 共に x64で ビルドすると
|
24
|
+
|
25
|
+
下記のエラーが出ます
|
26
|
+
|
27
|
+
|
28
|
+
|
29
|
+
|
30
|
+
|
31
|
+
|
32
|
+
|
33
|
+
LNK2019 未解決の外部シンボル __imp_curl_slist_free_all が関数 "public: __cdecl webdriverxx::detail::HttpHeaders::~HttpHeaders(void)" (??1HttpHeaders@detail@webdriverxx@@QEAA@XZ) で参照されました
|
34
|
+
|
35
|
+
|
36
|
+
|
37
|
+
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) で参照されました
|
38
|
+
|
39
|
+
|
40
|
+
|
41
|
+
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) で参照されました
|
42
|
+
|
43
|
+
|
44
|
+
|
45
|
+
LNK2019 未解決の外部シンボル __imp_curl_easy_init が関数 "private: static void * __cdecl webdriverxx::detail::HttpConnection::InitCurl(void)" (?InitCurl@HttpConnection@detail@webdriverxx@@CAPEAXXZ) で参照されました
|
46
|
+
|
47
|
+
|
48
|
+
|
49
|
+
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) で参照されました
|
50
|
+
|
51
|
+
|
52
|
+
|
53
|
+
LNK2019 未解決の外部シンボル __imp_curl_easy_perform が関数 "public: struct webdriverxx::detail::HttpResponse __cdecl webdriverxx::detail::HttpRequest::Execute(void)" (?Execute@HttpRequest@detail@webdriverxx@@QEAA?AUHttpResponse@23@XZ) で参照されました
|
54
|
+
|
55
|
+
|
56
|
+
|
57
|
+
LNK2019 未解決の外部シンボル __imp_curl_easy_cleanup が関数 "public: virtual __cdecl webdriverxx::detail::HttpConnection::~HttpConnection(void)" (??1HttpConnection@detail@webdriverxx@@UEAA@XZ) で参照されました
|
58
|
+
|
59
|
+
|
60
|
+
|
61
|
+
LNK2019 未解決の外部シンボル __imp_curl_easy_getinfo が関数 "private: long __cdecl webdriverxx::detail::HttpRequest::GetHttpCode(void)const " (?GetHttpCode@HttpRequest@detail@webdriverxx@@AEBAJXZ) で参照されました
|
62
|
+
|
63
|
+
|
64
|
+
|
65
|
+
LNK2019 未解決の外部シンボル __imp_curl_easy_reset が関数 "public: struct webdriverxx::detail::HttpResponse __cdecl webdriverxx::detail::HttpRequest::Execute(void)" (?Execute@HttpRequest@detail@webdriverxx@@QEAA?AUHttpResponse@23@XZ) で参照されました
|
66
|
+
|
67
|
+
|
68
|
+
|
69
|
+
LNK1120 9 件の未解決の外部参照
|