Need help to get OpenSSL 64 work on Windows x64 | I hate D's GC!
Suliman via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Fri Jul 14 10:24:05 PDT 2017
On Friday, 14 July 2017 at 14:50:04 UTC, bauss wrote:
> 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.
It's helped, but it's obviously that D on Windows should have
64-bit linker out of the box. Because GC on 32-bit machine show a
lot of bugs.
More information about the Digitalmars-d-learn
mailing list