VS2017 C ++中的LIBCURL错误::错误LNK2019:无法解析的外部符号_curl_easy_init

时间:2018-08-11 04:29:59

标签: c++ visual-studio-2017 static-libraries libcurl unresolved-external

我为Windows编译了CURL以在VS2017中用作 shown in this video

我还在C / C ++配置属性的预处理器中定义了CURL_STATICLIB。

实际项目属性为 Shown in this image below

但仅对于LIBCURL,它会出现以下未解决的符号错误

1>mainfile.obj : error LNK2001: unresolved external symbol _curl_easy_init
1>mainfile.obj : error LNK2001: unresolved external symbol _curl_easy_setopt
1>mainfile.obj : error LNK2001: unresolved external symbol _curl_easy_perform
1>mainfile.obj : error LNK2001: unresolved external symbol _curl_easy_cleanup

请帮助解决问题,这是我一直试图删除此问题的5个小时:(

0 个答案:

没有答案