[Issue 19760] New: Windows 10 -m64 completely broken, can't compile/run hello world
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Mon Mar 25 01:54:55 UTC 2019
    
    
  
https://issues.dlang.org/show_bug.cgi?id=19760
          Issue ID: 19760
           Summary: Windows 10 -m64 completely broken, can't compile/run
                    hello world
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Windows
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: dmd
          Assignee: nobody at puremagic.com
          Reporter: johnnymarler at gmail.com
Created attachment 1739
  --> https://issues.dlang.org/attachment.cgi?id=1739&action=edit
Verbse DMD Output
--- hello.d
import std.stdio;
void main() { writeln("Hello!"); }
> dmd -m64 hello.d
> hello
A windows pops up with:
    hello.exe - System Error
    The code execution cannot proceed because msvcr100.dll was
    not found. Reinstalling the program may fix this problem.
Note that I do not have Visual Studio installed on this computer.  The compiler
is using lld-link.exe to link.  I've attached the verbose compiler output as
well.
--
    
    
More information about the Digitalmars-d-bugs
mailing list