cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curlpp mailing list Archives

[cURLpp] Problems with HTTPPOST

From: Javier Garcia Rojo <rossoredrojo_at_gmail.com>
Date: Fri, 13 Jan 2006 17:30:20 +0100

Hi,

First of all, sorry for my language (I'm not an English native speaker).

I have curlpp-0.5.2 installed over FreeBSD 6.0 and I'm writing and
application that uses curlpp to send HTTPPOST data.
I have problems with this code:

cURLpp::Easy request;
std::list<cURLpp::FormPart*> list;
//fill the list...

request.setOpt(new cURLpp::Options::HttpPost(list));

I'm totally confused. What's the matter?
When I'm compiling, the compiler says that I can't use cURLpp::HttpPost on
it;

Thanks!

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

These mail archives are generated by hypermail.

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

File upload with ASP.NET