On Thursday, 27 August 2020 at 15:59:51 UTC, Jesse Phillips wrote:


Upon compiling a 64bit hello world I get

    helloworld> dmd -m64 .\hello.d
    LINK : fatal error LNK1104: cannot open file 'libucrt.lib'
    Error: linker exited with status 1104

I solved this by either installing c++ development tools from Community or by switching my path to the 64bit DMD.

Reply via email to