当前位置:网站首页>Libcurl Lesson 13 static library introduces OpenSSL compilation dependency
Libcurl Lesson 13 static library introduces OpenSSL compilation dependency
2022-07-02 15:22:00 【fengyuzaitu】
1 Version Description
Libcurl7.61.0 + OpenSSL1.1.1
2 Static library project C/C++ Preprocessor property page setting definitions in the property page
BUILDING_LIBCURL( Static compilation ) USE_OPENSSL( introduce OpenSSL library )
3 Call Engineering C/C++ Preprocessor property page setting definitions in the property page
CURL_STATICLIB( Specify the project static import library file )
4 The runtime library specifies multithreading DLL (/MD)
5 Compile error logging
Additional dependencies are missing Crypt32.lib Note the following error :
1>LINK : warning LNK4098: Default library “MSVCRT” Conflicts with the use of other libraries ; Please use /NODEFAULTLIB:library
1>libcrypto.lib(e_capi.obj) : error LNK2019: Unresolved external symbols __imp_CertOpenStore, The sign is in the function capi_open_store Cited in
1>libcrypto.lib(e_capi.obj) : error LNK2019: Unresolved external symbols __imp_CertCloseStore, The sign is in the function capi_find_key Cited in
1>libcrypto.lib(e_capi.obj) : error LNK2019: Unresolved external symbols __imp_CertEnumCertificatesInStore, The sign is in the function capi_find_cert Cited in
1>libcrypto.lib(e_capi.obj) : error LNK2019: Unresolved external symbols __imp_CertFindCertificateInStore, The sign is in the function capi_find_cert Cited in
1>libcrypto.lib(e_capi.obj) : error LNK2019: Unresolved external symbols __imp_CertDuplicateCertificateContext, The sign is in the function capi_load_ssl_client_cert Cited in
1>libcrypto.lib(e_capi.obj) : error LNK2019: Unresolved external symbols __imp_CertFreeCertificateContext, The sign is in the function capi_dsa_free Cited in
1>libcrypto.lib(e_capi.obj) : error LNK2019: Unresolved external symbols __imp_CertGetCertificateContextProperty, The sign is in the function capi_cert_get_fname Cited in
fatal error LNK1120: 7 Unresolved external commands
Additional dependencies are missing Wldap32.lib Note the following error :
1>LINK : warning LNK4098: Default library “MSVCRT” Conflicts with the use of other libraries ; Please use /NODEFAULTLIB:library
1>libcurl.lib(ldap.obj) : error LNK2019: Unresolved external symbols __imp_ldap_initW, The sign is in the function Curl_ldap Cited in
1>libcurl.lib(ldap.obj) : error LNK2019: Unresolved external symbols __imp_ldap_unbind_s, The sign is in the function Curl_ldap Cited in
1>libcurl.lib(ldap.obj) : error LNK2019: Unresolved external symbols __imp_ldap_set_optionW, The sign is in the function Curl_ldap Cited in
1>libcurl.lib(ldap.obj) : error LNK2019: Unresolved external symbols __imp_ldap_simple_bind_sW, The sign is in the function ldap_win_bind Cited in
1>libcurl.lib(ldap.obj) : error LNK2019: Unresolved external symbols __imp_ldap_search_sW, The sign is in the function Curl_ldap Cited in
1>libcurl.lib(ldap.obj) : error LNK2019: Unresolved external symbols __imp_ldap_msgfree, The sign is in the function Curl_ldap Cited in
1>libcurl.lib(ldap.obj) : error LNK2019: Unresolved external symbols __imp_ldap_err2stringW, The sign is in the function Curl_ldap Cited in
1>libcurl.lib(ldap.obj) : error LNK2019: Unresolved external symbols __imp_ldap_first_entry, The sign is in the function Curl_ldap Cited in
1>libcurl.lib(ldap.obj) : error LNK2019: Unresolved external symbols __imp_ldap_next_entry, The sign is in the function Curl_ldap Cited in
1>libcurl.lib(ldap.obj) : error LNK2019: Unresolved external symbols __imp_ldap_first_attributeW, The sign is in the function Curl_ldap Cited in
1>libcurl.lib(ldap.obj) : error LNK2019: Unresolved external symbols __imp_ldap_next_attributeW, The sign is in the function Curl_ldap Cited in
1>libcurl.lib(ldap.obj) : error LNK2019: Unresolved external symbols __imp_ldap_get_values_lenW, The sign is in the function Curl_ldap Cited in
1>libcurl.lib(ldap.obj) : error LNK2019: Unresolved external symbols __imp_ldap_value_free_len, The sign is in the function Curl_ldap Cited in
1>libcurl.lib(ldap.obj) : error LNK2019: Unresolved external symbols __imp_ldap_get_dnW, The sign is in the function Curl_ldap Cited in
1>libcurl.lib(ldap.obj) : error LNK2019: Unresolved external symbols __imp_ldap_memfreeW, The sign is in the function Curl_ldap Cited in
1>libcurl.lib(ldap.obj) : error LNK2019: Unresolved external symbols __imp_ber_free, The sign is in the function Curl_ldap Cited in
fatal error LNK1120: 16 Unresolved external commands
Additional dependencies are missing zlibstat.lib Note the following error :
1>LINK : warning LNK4098: Default library “MSVCRT” Conflicts with the use of other libraries ; Please use /NODEFAULTLIB:library
1>libcrypto.lib(c_zlib.obj) : error LNK2019: Unresolved external symbols deflate, The sign is in the function zlib_stateful_compress_block Cited in
1>libcrypto.lib(c_zlib.obj) : error LNK2019: Unresolved external symbols deflateEnd, The sign is in the function zlib_stateful_finish Cited in
1>libcrypto.lib(c_zlib.obj) : error LNK2019: Unresolved external symbols inflate, The sign is in the function zlib_stateful_expand_block Cited in
1>libcrypto.lib(c_zlib.obj) : error LNK2019: Unresolved external symbols inflateEnd, The sign is in the function zlib_stateful_finish Cited in
1>libcrypto.lib(c_zlib.obj) : error LNK2019: Unresolved external symbols deflateInit_, The sign is in the function zlib_stateful_init Cited in
1>libcrypto.lib(c_zlib.obj) : error LNK2019: Unresolved external symbols inflateInit_, The sign is in the function zlib_stateful_init Cited in
1>libcrypto.lib(c_zlib.obj) : error LNK2019: Unresolved external symbols zError, The sign is in the function bio_zlib_read Cited in
fatal error LNK1120: 7 Unresolved external commands
Solution :http://www.winimage.com/zLibDll/zlib123dllx64.zip
边栏推荐
- C language exercises - (array)
- 牛客练习赛101
- [c voice] explain the advanced pointer and points for attention (2)
- 06_ Stack and queue conversion
- 做好抗“疫”之路的把关人——基于RK3568的红外热成像体温检测系统
- vChain: Enabling Verifiable Boolean Range Queries over Blockchain Databases(sigmod‘2019)
- LeetCode 209. Minimum length subarray
- 06_栈和队列转换
- 10_Redis_geospatial_命令
- Base64 编码原来还可以这么理解
猜你喜欢
随机推荐
Btrace- (bytecode) dynamic tracking tool
LeetCode 2310. The number of digits is the sum of integers of K
Let your HMI have more advantages. Fet-g2ld-c core board is a good choice
JVM architecture, classloader, parental delegation mechanism
Internet Explorer officially retired
Principles, language, compilation, interpretation
Jenkins Pipeline 应用与实践
Tidb data migration tool overview
C语言实现N皇后问题
Application of CDN in game field
03_ Linear table_ Linked list
FPGA - clock-03-clock management module (CMT) of internal structure of 7 Series FPGA
面对“缺芯”挑战,飞凌如何为客户产能提供稳定强大的保障?
工程师评测 | RK3568开发板上手测试
. Net core logging system
2021-2022學年編譯原理考試重點[華僑大學]
学习使用php将时间戳转换为大写日期的方法代码示例
How to test tidb with sysbench
Niuke Practice 101
11_Redis_Hyperloglog_命令









