| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-library Archives
(no subject)
From: <pjoshi_at_servowatch.co.uk>
Date: Fri, 29 Jun 2012 11:19:50 +0100
Hello, I am using libcurl with my C++ program on Visual Studio 2010
curl_handler = curl_easy_init(); //Curl handler
if(curl_handler) {
curl_easy_setopt(curl_handler, CURLOPT_HTTPHEADER, header);
curl_easy_setopt(curl_handler, CURLOPT_SSL_VERIFYPEER, FALSE);
curl_easy_setopt(curl_handler, CURLOPT_COOKIEFILE, "cookiefile.txt");
response = curl_easy_perform(curl_handler);
/*Other Logic follows*/
Any clues ?
-- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.htmlReceived on 2012-06-29 These mail archives are generated by hypermail. |
Page updated January 05, 2012.
web site info