cURL / Mailing Lists / curl-library / Single Mail

curl-library

trouble with libcurl on Windows

From: ChristinaPSU <mail_at_drsdatarecovery.com>
Date: Fri, 23 Jan 2009 10:24:44 -0500

Hello,

I downlaoded curl-7.19.3.zip and went into the lib directory and built it to produce curllib.lib (there was no curllib.dll file in the Debug folder as the windows howto pdf suggested).

when I link in curllib.lib into my windows project I get these unresolved symbol errors.. can anyone please help me?

1>Linking...

1>libcurlWrapper.lib(CurlWrapper.obj) : error LNK2019: unresolved external symbol __imp__curl_easy_setopt referenced in function "public: __thiscall CurlWrapper::CurlWrapper(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (??0CurlWrapper@@QAE_at_V?$basic_string_at_DU?$char_traits_at_D@std@@V?$allocator_at_D@2@@std@@@Z)
1>libcurlWrapper.lib(CurlWrapper.obj) : error LNK2019: unresolved external symbol __imp__curl_easy_init referenced in function "public: __thiscall CurlWrapper::CurlWrapper(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (??0CurlWrapper@@QAE_at_V?$basic_string_at_DU?$char_traits_at_D@std@@V?$allocator_at_D@2@@std@@@Z)
1>libcurlWrapper.lib(CurlWrapper.obj) : error LNK2019: unresolved external symbol __imp__curl_global_init referenced in function "public: __thiscall CurlWrapper::CurlWrapper(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (??0CurlWrapper@@QAE_at_V?$basic_string_at_DU?$char_traits_at_D@std@@V?$allocator_at_D@2@@std@@@Z)
1>libcurlWrapper.lib(CurlWrapper.obj) : error LNK2019: unresolved external symbol __imp__curl_easy_cleanup referenced in function "public: virtual __thiscall CurlWrapper::~CurlWrapper(void)" (??1CurlWrapper@@UAE_at_XZ)
1>libcurlWrapper.lib(CurlWrapper.obj) : error LNK2019: unresolved external symbol __imp__curl_formfree referenced in function "public: void __thiscall CurlWrapper::SendDatatoHTTPServer(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?SendDatatoHTTPServer_at_CurlWrapper@@QAEXV?$basic_string_at_DU?$char_traits_at_D@std@@V?$allocator_at_D@2@@std@@@Z)
1>libcurlWrapper.lib(CurlWrapper.obj) : error LNK2019: unresolved external symbol __imp__curl_easy_perform referenced in function "public: void __thiscall CurlWrapper::SendDatatoHTTPServer(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?SendDatatoHTTPServer_at_CurlWrapper@@QAEXV?$basic_string_at_DU?$char_traits_at_D@std@@V?$allocator_at_D@2@@std@@@Z)
1>libcurlWrapper.lib(CurlWrapper.obj) : error LNK2019: unresolved external symbol __imp__curl_formadd referenced in function "public: void __thiscall CurlWrapper::SendDatatoHTTPServer(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?SendDatatoHTTPServer_at_CurlWrapper@@QAEXV?$basic_string_at_DU?$char_traits_at_D@std@@V?$allocator_at_D@2@@std@@@Z)
1>libcurlWrapper.lib(CurlWrapper.obj) : error LNK2019: unresolved external symbol __imp__curl_easy_recv referenced in function
Received on 2009-01-23