Hi,

I want to read a web-page using curllib, so i found a simple program in C++ to 
do that... i use visual studio 2010 and i downloaded the library  from 
http://curl.haxx.se/download.html   compile it, include the directories 
'include' with headers and 'lib' with libcurl.dll and libcurl.lib, link it 
(follow this tutorial  http://curl.haxx.se/libcurl/c/visual_studio.pdf) ...so 
that my program compile successful. Now my problem is that if i set 
CURLOPT_ERRORBUFFER it print error [52] - Empty reply from server. What can be 
the problem? I miss something on instalation... I need something else ? Mention 
that my network is a private one... but i don't think that's my problem.
 
Thanks in advance!


      
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html

Reply via email to