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] cURLpp and MinGW32

From: Jean-Philippe Barrette-LaPierre <jpb_at_rrette.com>
Date: Fri, 15 Jul 2005 12:47:12 -0400

On July 15, 2005 12:36 pm, Christian Petri wrote:
> Hi,
>
> are there any beta versions of cURLpp for MinGW?
>

HUM... in fact I just need to add those lines in each file, or make thoses
lines available globally by being included in each file:

#if defined(CURLPP_DLL)
     #define CURLPPAPI __declspec(dllimport)
 #elif defined(CURLPP_BUILD_DLL)
     #define CURLPPAPI __declspec(dllexport)
 #else
     #define CURLPPAPI
 #endif
 

and then add CURLPPAPI to each objects, like this (for example):

class CURLPPAPI CurlWrapper
 {
 public:
     CurlWrapper() {}
};

> If not, when will be the first release for MinGW32?
>

well, if you have the time to do this stuff, it would be appreciated (If you
don't have time, I'll try to do it this week-end). I'll make a release as
soon as it's done.

> cURLpp works perfect for Unix systems.. but I need it on Wintendo systems
> too ;)
>
> Best Regards,
> Christian Petri
> _______________________________________________
> cURLpp mailing list
> cURLpp_at_rrette.com
> http://www.rrette.com/mailman/listinfo/curlpp

-- 
Jean-Philippe Barrette-LaPierre
Maintener of cURLpp (http://rrette.com/curlpp.html)
_______________________________________________
cURLpp mailing list
cURLpp_at_rrette.com
http://www.rrette.com/mailman/listinfo/curlpp
Received on 2005-07-15

These mail archives are generated by hypermail.

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

File upload with ASP.NET