cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: libcurl: Windows vs Mac

From: Guenter <lists_at_gknw.net>
Date: Thu, 12 Jul 2012 14:52:13 +0200

Am 12.07.2012 14:45, schrieb Guenter:
> Am 12.07.2012 09:00, schrieb Igor Korot:
>> Following tutorial, I tried to insert:
>>
>> curl_easy_setopt( handle, CURLOPT_VERBOSE, 1 );
oh, and I forgot to mention: it should be:
curl_easy_setopt( handle, CURLOPT_VERBOSE, 1L );
as I suggested before: grep is your friend, and shows you such things:
grep -R 'CURLOPT_VERBOSE' docs/examples/*.c

Gün.

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2012-07-12