Dear All, I've been busy for a while now configuring my IDE (MSVC) for libCurl. I downloaded the latest libCurl from the website ( http://curl.haxx.se/dlwiz/?type=devel&os=Win32&flav=MSVC) <--- is this the correct one?
Because libCurl uses some functionality that is not available on a Win CE / PPC2003 platform i use "wcelibcex.lib" from Mateusz Ĺoskot. I have also commented the <sys/types.h> 's out. Added *CURL_STATICLIB to the pre-processor field. But i'm still getting the following errors: TTPRequest.obj : error LNK2019: unresolved external symbol curl_easy_cleanup referenced in function "public: bool __cdecl HTTPRequest::postRequest(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?postRequest@HTTPRequest@@QAA_NV?$basic_string@DU ?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z) 1>HTTPRequest.obj : error LNK2019: unresolved external symbol curl_easy_perform referenced in function "public: bool __cdecl HTTPRequest::postRequest(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?postRequest@HTTPRequest@@QAA_NV?$basic_string@DU?$char_traits@D@std@ @V?$allocator@D@2@@std@@@Z) 1>HTTPRequest.obj : error LNK2019: unresolved external symbol curl_easy_setopt referenced in function "public: bool __cdecl HTTPRequest::postRequest(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?postRequest@HTTPRequest@@QAA_NV?$basic_string@DU?$char_traits@D@std@ @V?$allocator@D@2@@std@@@Z) 1>HTTPRequest.obj : error LNK2019: unresolved external symbol curl_easy_init referenced in function "public: bool __cdecl HTTPRequest::postRequest(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?postRequest@HTTPRequest@@QAA_NV?$basic_string@DU ?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z) Does anyone had/has the same issue and/or knows a way out of this? Greetings, Rik *
------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
