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

Reply via email to