Installing D on Fresh Windows 10 machine is a pain
Jesse Phillips
Jesse.K.Phillips+D at gmail.com
Thu Aug 27 16:30:19 UTC 2020
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.
More information about the Digitalmars-d-learn
mailing list