Skip to content
Mercury13 edited this page Apr 1, 2015 · 39 revisions

About curl4delphi

Curl4delphi is a simple non-visual libcurl binding for Embarcadero Delphi.

  • Supports Delphi XE2+; no legacy ANSI versions. By the way, it was created because old ANSI versions were unable to support Unicode Delphi.
  • Windows only. I don’t know what to do with MacOS, and, of course, mobile platforms do not support C code (which is cURL).
  • As light as possible. As cURL copies its string settings inside, I do not keep them in ICurl.
  • Based on ref-counted interfaces.

Wiki will always lag behind, so the newest documentation is source code itself!

Where to get cURL DLLs?

I use those.

Warning: as wiki lags behind, some day newer version can appear at cURL download page. I can only say that these versions are tested somehow.

More links

Clone this wiki locally