cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Problem compiling on WIN32 solved - new proxy issue

From: Daniel Stenberg <daniel-curl_at_haxx.se>
Date: Mon, 24 May 2004 17:02:27 +0200 (CEST)

On Mon, 24 May 2004 Massimiliano_Ziccardi_at_intesa.it wrote:

> Even if you say curl do not uses winsock anymore,

It uses winsock all right, just not winsock2. Did you try to link with the
winsock1 lib? (I'm out on thin ice here.)

> The problem about curlx_tvdiff, curlx_tvnow, curlx_strtoll still exists in
> curl 7.12, so I had to add them to tha libcurl.def (thanks Gisle Vanem!).

I hope you read my reply to his mail regarding those symbols. Those functions
are not public libcurl functions and thus they should not be provided by
libcurl. While that is an easy and quick work-around for these build problems,
it is not a direction of development I approve of.

Besides, if you only want libcurl as a DLL, you can safely ignore any link
errors you get when you build the curl tool. Those link errors weren't for the
lib, right?

> Anyway, if you remember, some time ago, I told you about some problems with
> libcurl and my proxy (IPlanet).

Right, I remember!

> Did you change the way you handle the cookies?

Since when? There haven't been any major changes in the cookie area in quite
some time, if you don't mean the two bug fixes I've did the last couple of
days.

-- 
     Daniel Stenberg -- http://curl.haxx.se -- http://daniel.haxx.se
      Dedicated custom curl help for hire: http://haxx.se/curl.html
Received on 2004-05-24