Download a file into array (using std.net.curl.download)

MoonlightSentinel moonlightsentinel at disroot.org
Wed Jul 7 13:49:50 UTC 2021


On Wednesday, 7 July 2021 at 10:27:47 UTC, notna wrote:
> On Windows:
> [...]
> Nice and helpful Error messages is on the top of our desires 
> list, right?

It's hard to give proper error backtraces without debug 
information (-g).
Anyways, I can reproduce the error when compiling with `-m32` 
(the default), using `-m32mscoff` and `-m64` works as expected. 
You should probably avoid `-m32` in general (as dub does btw).


More information about the Digitalmars-d-learn mailing list