> From: Peter > Sent: Sunday, July 24, 2011 13:04 > > I tried to get curl-library to compile in windows with ssl using visual > studio. > > I can compile an example using cl and the lib file libcurl_imp.lib > under extracted root directory. > It failed in running with error "libsasl.dll was missed". I also tried > lib/Release/curllib.lib, the same > error will be generated in running the compiled code. > lib/release/curlib_static.lib will cause the compilation > error: " http-post.obj : error LNK2019: unresolved external symbol > __imp__curl_easy_clean > up referenced in function _main" > > Any suggestion to get it work in visual studio is appreciated. >
Try this: http://curl.haxx.se/docs/faq.html#Link_errors_when_building_libcur Cheers, Gary ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
