cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Stocked with curl_multi and curlpas.

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Tue, 13 Oct 2015 12:45:08 +0200 (CEST)

On Tue, 13 Oct 2015, michael wrote:

> I have downloaded the newest dll to windows 7.45 and tried the cmdline
> examples with Delphi 2005.

...

> Is this a problem with the DLL I have downloaded, does they support
> curl_multi ???

All libcurl versions on all platforms support the multi API. You should be
able to verify that by compiling a simple C example.

In the Windows world, "just downloading" a DLL and putting that into your
project is very often causing problems and headaches among developers. Due to
memory models, compiler conventions and what not. I always recommend
developers who want libcurl on Windows to build it themselves to make sure
they have all details under their control.

-- 
  / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2015-10-13