Adding libraries to an executable

Jonathan M Davis jmdavisProg at gmx.com
Fri Sep 6 15:31:33 PDT 2013


On Friday, September 06, 2013 23:31:57 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?

Statically link it.

- Jonathan M Davis


More information about the Digitalmars-d-learn mailing list