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.

Reply via email to