On 3/18/2020 5:08 AM, Mike via curl-library wrote:
Sure I only use the sln projects with VS but get errors like:
1>libcurl.lib(telnet.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp_send". 1>libcurl.lib(multi.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp_send". 1>libcurl.lib(asyn-thread.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp_send". 1>libcurl.lib(sendf.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp_send". 1>libcurl.lib(socketpair.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp_send". 1>libcurl.lib(ftp.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp_WSAGetLastError". 1>libcurl.lib(telnet.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp_WSAGetLastError". 1>libcurl.lib(tftp.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp_WSAGetLastError". 1>libcurl.lib(multi.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp_WSAGetLastError".


Looks like you're missing ws2_32.lib for winsock functions.

-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette:   https://curl.haxx.se/mail/etiquette.html

Reply via email to