How to deploy single exe application (?)

kinke noone at nowhere.com
Mon Nov 29 03:59:11 UTC 2021


On Sunday, 28 November 2021 at 16:08:20 UTC, Willem wrote:
> Is it possible to distribute an .exe file without the required 
> libcurl DLL?

LDC ships with a static curl library - `lib\curl_a.lib`. IIRC, 
you'll also need to export the curl symbols from the .exe for 
std.net.curl consumption, by adding `ldc\curl.exp` in the 
compiler command-line too.



More information about the Digitalmars-d-learn mailing list