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