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

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Mar 25 07:48:32 UTC 2019


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

Basile-z <b2.temp at gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |b2.temp at gmx.com

--- Comment #2 from Basile-z <b2.temp at gmx.com> ---
I don't think this is an issue, at least certainly not critical. The error
message is clear and once you have setup the right dynamic library the
"problem" goes away.

> However, the msvcrt100.dll isn't necessarilly installed on the host system.  So...dmd and/or lld-link should not be linking against ".lib" files when their ".dll" counterparts are not installed on the system.

But the reasoning is not good. the system where is linked the program is not
necessarily the one that will run the program.


And most importantly : you can definitely compile the program.

--


More information about the Digitalmars-d-bugs mailing list