Re: std.net.curl on Windows

2013-08-09 Thread Ivan Kazmenko
On Friday, 9 August 2013 at 10:26:05 UTC, David wrote: Is there an easier way? How to learn about it? A detailed instruction (at least as detailed as the steps above) at the top of the manual page (http://dlang.org/phobos/std_net_curl.html) would have been nice... After all, it's a third part

Re: std.net.curl on Windows

2013-08-09 Thread David
> Is there an easier way? How to learn about it? A detailed instruction > (at least as detailed as the steps above) at the top of the manual page > (http://dlang.org/phobos/std_net_curl.html) would have been nice... > After all, it's a third party library not fully supplied with the compiler. Th

std.net.curl on Windows

2013-08-09 Thread Ivan Kazmenko
Hi! To use std.net.curl successfully with DMD 2.063.2 on Windows, I had to follow the steps below: - 1. Download libcurl from here: http://curl.haxx.se/download.html#Win32. 2. Extract libcurl.dll. 3. Download implib tool from here: http://ftp.digitalmars.com/bup.zip, as OPTLINK's /IM