Hi Vincent, I used the provided libraries, and I am having a difficult time linking them. After building my project, and specifying the libraries in the linker, I am getting unresolved external symbols for:
__imp__curl_easy_cleanup __imp__curl_slist_free_all __imp__curl_easy_perform __imp__curl_easy_setopt __imp__curl_slist_append __imp__curl_easy_init I've dumped the symbols in the binaries you've given me using DUMPBIN.exe /SYMBOLS curllib_static.lib and I see the following symbols defined. _curl_easy_cleanup _curl_slist_free_all _curl_easy_perform _curl_easy_setopt _curl_slist_append _curl_easy_init It looks like the symbols are being created using a different name i.e. without the "__imp_". Do you happen to know why this would be the case? Thanks, J On Tue, Aug 30, 2011 at 6:58 AM, Jonathon <[email protected]> wrote: > Thanks. Sorry. I only looked at the top of the page =) > > On Tue, Aug 30, 2011 at 6:43 AM, Vincent Torri <[email protected]> > wrote: >> >> >> On Tue, Aug 30, 2011 at 3:02 PM, Jonathon <[email protected]> wrote: >>> >>> Hi all, >>> >>> Does anyone know where I can find pre-built Windows binaries for libCurl? >> >> there are some in the download page : >> >> http://curl.haxx.se/download.html >> >> (at the bottom) >> >> i also did one, compiled with MinGW, installable with mingw-get (andd all >> the dependencies). It support c-ares and SSL. >> >> regards >> >> Vincent Torri >> >> ------------------------------------------------------------------- >> List admin: http://cool.haxx.se/list/listinfo/curl-library >> Etiquette: http://curl.haxx.se/mail/etiquette.html >> > ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
