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

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Aug 5 13:43:42 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=14866

Rainer Schuetze <r.sagitario at gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |r.sagitario at gmx.de

--- Comment #1 from Rainer Schuetze <r.sagitario at gmx.de> ---
If you add "c:\Program Files (x86)\Windows Kits\10\Lib\10.0.10150.0\ucrt\x64"
to the global library search paths, the lib is found, but druntime/phobos do
not work with the changed MS runtime. See also
https://issues.dlang.org/show_bug.cgi?id=14849#c7

--


More information about the Digitalmars-d-bugs mailing list