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
