https://issues.dlang.org/show_bug.cgi?id=14866
Issue ID: 14866
Summary: Unable to find universal runtime static libraries on
windows 10 and VS 2015
Product: D
Version: D2
Hardware: x86_64
OS: Windows
Status: NEW
Severity: normal
Priority: P1
Component: visuald
Assignee: [email protected]
Reporter: [email protected]
When building an exe using vs 2015 I get the following linking error:
fatal error LNK1104: cannot open file 'libucrtd.lib'
Building the same project with VS 2013 is successful.
libucrtd.lib is a universal CRT file and I made sure that it is already found
on the machine. I addeed its path to the x64 library paths with no success.
--