[windows] Can't delete a closed file?

Seb seb at wilzba.ch
Fri May 10 08:41:19 UTC 2019


On Friday, 10 May 2019 at 08:07:32 UTC, Cym13 wrote:
>> Which C runtime are you using?
>>
>> The old and buggy DigitalMars one or the official MS one?
>
> I really don't know, how can I find out? I litterally just used 
> dmd on the script above with no special options then ran the 
> resulting exe.

Yeah, so you're using the old and buggy DigitalMars C runtime.
So you can use:

- use LDC
- use -m64
- use -ms32mscoff

and there's a high chance that your problem will go away ;-)

They all use the universal C runtime.


More information about the Digitalmars-d-learn mailing list