Need help to get OpenSSL 64 work on Windows x64 | I hate D's GC!

bauss via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Jul 14 07:50:04 PDT 2017


On Friday, 14 July 2017 at 13:16:17 UTC, Suliman wrote:
> It's look that GC in D is really suxx. There is already second 
> toy-project where I am getting stuck on Windows with D for last 
> 3 month.
>
> I'm using 32-bit build, because I can't understand which libs I 
> should use to get OpenSSL 64 bit work with dlang-request.
>
> 32-bit version compile and works fine, but it's fail during 
> downloading 300MB file with next error:
> core.exception.OutOfMemoryError at src\core\exception.d(696): 
> Memory allocation failed

You might wanna read the file in chunks and write in chunks.


More information about the Digitalmars-d-learn mailing list