D, windows developement, frustration and fish

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Sun Feb 1 02:39:17 PST 2015


On 2015-02-01 10:42, ketmar wrote:
> today i was in need of a little utility that must download the file using
> "wininet.dll". nothing fancy, just send a request and receive the
> contents. no, curl was not a choice

I don't know your exact requirements but I use Tango [1] to download 
files in my D projects. It's cross-platform and doesn't require any 
external libraries except system libraries.

[1] http://dsource.org/projects/tango/docs/current/

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list