curl-users
libcurl 7.20.1 works on WinXP, Vista & Win7 or not?
Date: Wed, 28 Jul 2010 13:24:07 +0530 (IST)
Hi,
I am using latest libcurl 7.20.1 in my application. I am facing strange problem.
The URL I am connecting using libcurl is working fine from Windows XP machine. I am setting below options.
CURLOPT_URL
CURLOPT_HEADERDATA
CURLOPT_WRITEFUNCTION
CURLOPT_WRITEDATA,
CURLOPT_POSTFIELDS
CURLOPT_TIMEOUT
CURLOPT_NOPROGRESS
CURLOPT_PROGRESSFUNCTION
CURLOPT_PROGRESSDATA
But it is consistently failing on Windows Vista (32) and Windows 7 (32 bit )machines. So is there anything I have to set options in libcurl to work fine on these machines also?
Errors I am getting are
1. "Connection Error" [ CURLE_COULDNT_RESOLVE_PROXY (5) ,OR CURLE_COULDNT_RESOLVE_HOST (6) OR CURLE_COULDNT_CONNECT (7) ]
2. Communication Failure [ CURLE_SEND_ERROR CURLE_RECV_ERROR
If there is any problem , I want solution for both 32 bit & 64 bit os above mentioned.
Please help me in this ASAP to resolve.
Warm Regards,
Tech Q.
-------------------------------------------------------------------
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 2010-07-28