Adding libraries to an executable

Jacob Carlborg doob at me.com
Tue Sep 10 00:02:16 PDT 2013


On 2013-09-06 23:31, Anton Alexeev wrote:
> I've written a program which uses curl library. So on a PC without curl
> the program will not work until you install the library. Is there a way
> to put the curl library in the executable?

On Linux, doesn't all distributions ship with libcurl by default? For 
Windows I found this:

http://www.drdobbs.com/packing-dlls-in-your-exe/184416443

I have no idea if it works for D.

-- 
/Jacob Carlborg


More information about the Digitalmars-d-learn mailing list