cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: simple.c not working

From: <mcljubljana_at_gmail.com>
Date: Fri, 26 Sep 2014 14:48:41 +0200

In what mailing list should i be then?

On Fri, Sep 26, 2014 at 1:24 PM, Daniel Stenberg <daniel_at_haxx.se> wrote:

> On Fri, 26 Sep 2014, mcljubljana_at_gmail.com wrote:
>
> I downloaded curl-7.38.0.zip and I dont know how to include it into my
>> program. I use Qt and Win32. Is there any tutorial on this subject?
>>
>
> That's the source code package for curl and libcurl. You need to build
> libcurl from those first in order to use it. http://curl.haxx.se/docs/
> install.html speaks about that, but you may like this instead:
> https://github.com/bagder/curl/blob/master/winbuild/BUILD.WINDOWS.txt
>
> http://curl.haxx.se/libcurl/c/ also points out two Visual studio guides
> but I'm not sure how up to date or accurate they are.
>
> You then use libcurl like any other lib when using C/C++: you use the
> public header in the code and you link with the lib using the linker.
>
> And finally: the curl-library mailing list is for libcurl stuff. This list
> you're on now is for the curl command line tool.
>
> --
>
> / daniel.haxx.se
>
> -------------------------------------------------------------------
> List admin: http://cool.haxx.se/list/listinfo/curl-users
> FAQ: http://curl.haxx.se/docs/faq.html
> Etiquette: http://curl.haxx.se/mail/etiquette.html
>

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2014-09-26