Ray Satiro wrote:
most of that but you may have to specify some on your own such as ws2_32. If the functions it can't find are CRT functions then that is an issue with your project and not libcurl.
Maybe it's an idea to add something like: #if defined(_MSC_VER) && defined(CURL_STATICLIB) && \ !defined(CURL_NO_DEFAULT_LINKED_LIBS) #pragma comment(lib, "libcurl_a.lib") #endif somewhere? With checks for '_DEBUG' etc. -- --gv -- --gv ------------------------------------------------------------------- Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html