I have short code where this appears: curl = curl_easy_init();
In this FAQ http://tinyurl.com/jqmlmsj it tells me to point to the folder where my compiled library is. I don't have a compiled libary. Where do I get one? I have downloaded curl-7.48.0.zip In my C-Program #include <curl/curl.h> works. I'm using Codeblocks. I guess you can not help me because this is a IDE specified problem. :( I only have a folder libcurl4-7.48.0-1 and there is a file: cygcurl-4.dll. But I guess I need *.a *.lib files. In my curl folder there is curl\lib\libcurl.rc for example. It looks like I don't have libcurl files on my computer. But I have downloaded curl where libcurl is included??? I'm frightened I'll toggle between this mailinglist and Codeblocks forum for help. One saying this is up to your IDE, the other it depends on the 3rd party libs you want to include. -_-
------------------------------------------------------------------- List admin: https://cool.haxx.se/list/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html
