curl-library
Re: Is libcurl supported on Win64 OS (using Itanium 64 processor)?
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Mon, 15 May 2006 17:18:24 +0200 (CEST)
Date: Mon, 15 May 2006 17:18:24 +0200 (CEST)
On Mon, 15 May 2006, Satish Mittal wrote:
> Later on, we figured out that the same issue was already pointed out in the
> link mentioned by Daniel! But i think there is a typo in the fix mentioned
> in that link: Instead of
> #define ssize_t SSIZE_T,
> it should be
> #define ssize_t size_t.
>
> I think we can wrap up this fix in something like (#ifdef WIN64 || #ifdef
> _WIN64) and make it permanent in libcurl, even if ssize_t is already taken
> care of in Visual Studio 8, so that users having any other VS version don't
> face this issue. In our case, we were using Intel compiler instead of .NET
> compiler.
Can you figure out a #ifdef line that works for both VS and the Intel
compiler?
-- Commercial curl and libcurl Technical Support: http://haxx.se/curl.htmlReceived on 2006-05-15