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] [Fwd: Compilation fixes from Bob Ham <rah@bash.sh> - it shouldn't be like this :)]

From: Brad Hubbard <curlpp_at_brand-hubs.com>
Date: Tue, 25 Nov 2008 10:54:23 +1000

Piotr,

The following patch allows everything except the examples to compile
under 4.3.0;

24d23
< #include <cstring>
48c47
< std::memset(mErrorBuffer,0,CURL_ERROR_SIZE + 1);

---
 >               memset(mErrorBuffer,0,CURL_ERROR_SIZE + 1);
61c60
<               std::memset(mErrorBuffer,0,CURL_ERROR_SIZE + 1);
---
 >               memset(mErrorBuffer,0,CURL_ERROR_SIZE + 1);
70c69
<               std::memset(mErrorBuffer,0,CURL_ERROR_SIZE + 1);
---
 >               memset(mErrorBuffer,0,CURL_ERROR_SIZE + 1);
I can do the same for the examples if you wish, but it will have to wait 
a while as I am busy with another project currently. Alternatively, if 
you want to modify the examples along those lines and let me know I will 
download and test the modified  source.
Kind regards,
Brad
_______________________________________________
cURLpp mailing list
cURLpp_at_rrette.com
http://www.rrette.com/mailman/listinfo/curlpp
Received on 2008-11-25

These mail archives are generated by hypermail.

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

File upload with ASP.NET