cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Windows CE (1/1) (1/1)

From: Gisle Vanem <giva_at_bgnett.no>
Date: Tue, 2 Nov 2004 14:47:26 +0100

"Paul Nolan" wrote:

>> 6 - Why the CURL_CDECL stuff in mprintf.c ? We do other function
>> callbacks
>> in the code for which you didn't seem to need that stuff.
>
> That was a strange one, I think the declarations must be different under
> CE as the compiler had a fit without my changes.

Did you perhaps compile libcurl with a C++ compiler? "cl -TP"
or build with fastcall or something? Looks like that since you had to
remove 'try' and 'interface'. Those are not C keywords AFAICS.

> Everything in CE is unicode only BTW in case you are wondering about the
> need for the temp buffer and string conversions..

Curl_strerror() could call get_winsock_error() for CE too?

--gv
Received on 2004-11-02