cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curlpp mailing list Archives

Re: [cURLpp] C - no more download of 3914 bytes [Good]

From: Armel Asselin <asselin.armel_at_wanadoo.fr>
Date: Mon, 25 Sep 2006 15:39:58 +0200

The function write_data:

size_t write_data(char *buffer, size_t size, size_t
len, void *userp) {
   ...
   char buff[255]; memset(buff,0,255);
sprintf(buff,"%d",size*len);

   MessageBox(NULL,buffmax,"MSG",MB_OK); // 3914
<-------
   ...
}

what does your write_data function returns??? if it is not 'return
size*len;' you can bet it's your problem

Armel

_______________________________________________
cURLpp mailing list
cURLpp_at_rrette.com
http://www.rrette.com/mailman/listinfo/curlpp
Received on 2006-09-25

These mail archives are generated by hypermail.

donate! Page updated November 12, 2010.
web site info

File upload with ASP.NET