[Issue 14866] New: Unable to find universal runtime static libraries on windows 10 and VS 2015

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Aug 3 11:59:20 PDT 2015


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: nobody at puremagic.com
          Reporter: devadel at gmail.com

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.

--


More information about the Digitalmars-d-bugs mailing list