[Issue 19760] Windows 10 -m64 completely broken, can't compile/run hello world

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Mar 28 11:38:23 UTC 2019


https://issues.dlang.org/show_bug.cgi?id=19760

--- Comment #15 from anonymous4 <dfj1esp02 at sneakemail.com> ---
(In reply to kinke from comment #11)
> Musl on Windows? I just mentioned alternative runtimes for completeness;
> even if somebody wanted to go through all that trouble, incl. adapting
> druntime, there'd be still one big drawback: if you want to mix D and C(++)
> code and use the same heap etc., you have to make sure both parts use the
> same runtime.

Technically there's Universal CRT.
If the problem is only with math functions, I suppose those can be separately
taken from musl, should be standalone.
If you use C/C++ code, you either compiled it and then have visual studio, or
not and you again have the problem of the same runtime.

--


More information about the Digitalmars-d-bugs mailing list