cURL / Mailing Lists / curl-users / Single Mail

curl-users

Visual C++ 6.0 linking problems

From: <chenfs_at_maxis.net.my>
Date: Fri, 16 Feb 2001 15:32:18 +0800

I try to build the project "curl.exe" using the Visual C++ 6.0.
Compile the source code successfully but when come to the library linking it give the error message as the following,

curlapp.obj : error LNK2001: unresolved external symbol _curl_easy_cleanup
curlapp.obj : error LNK2001: unresolved external symbol _curl_easy_perform
curlapp.obj : error LNK2001: unresolved external symbol _curl_easy_setopt
curlapp.obj : error LNK2001: unresolved external symbol _curl_easy_init
Debug/curlapp.exe : fatal error LNK1120: 4 unresolved externals
Error executing link.exe.

** Is that means I need the libcurl.lib and libsurl.h to include in the library link path, if "YES"
where can i get that 2 files ?

Regards,
Chen Fock Siong.
16-Feb-2001
Received on 2001-02-16