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:45:21 +0200

Hi Igor,
Am 12.07.2012 09:00, schrieb Igor Korot:
> Following tutorial, I tried to insert:
>
> curl_easy_setopt( handle, CURLOPT_VERBOSE, 1 );
>
> However, I am running my program inside the IDE, where there is no console
> window. There is an "Output" window, however, no protocol info is
> going in there.
>
> And there is no "Debug" window.
>
> So just wondering which window in MSVC 2010 will hold the information
> I'm looking
> for.
I've not yet played with the MSVC 2010 IDE so I cant tell;
however the verbose output should go to STDERR, and I can catch it with
IO redirection, f.e. with curl.exe on Windows I can do:
curl -v http://curl.haxx.se/ 2>verbose.txt
and get the verbose output in the file verbose.txt ...

HTH, 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