Thread overview
[Issue 14866] Unable to find universal runtime static libraries on windows 10 and VS 2015
Aug 05, 2015
Rainer Schuetze
Sep 01, 2015
Vladimir Panteleev
Nov 01, 2015
Rainer Schuetze
Nov 28, 2015
Rainer Schuetze
August 05, 2015
https://issues.dlang.org/show_bug.cgi?id=14866

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

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

--- Comment #1 from Rainer Schuetze <r.sagitario@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

--
September 01, 2015
https://issues.dlang.org/show_bug.cgi?id=14866

Vladimir Panteleev <thecybershadow@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thecybershadow@gmail.com
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=14849

--
November 01, 2015
https://issues.dlang.org/show_bug.cgi?id=14866

--- Comment #2 from Rainer Schuetze <r.sagitario@gmx.de> ---
Should work in https://github.com/D-Programming-Language/visuald/releases/tag/v0.3.43-beta1

You'll need the release candidate for dmd 2.069 though to not get undefined symbols, though.

--
November 28, 2015
https://issues.dlang.org/show_bug.cgi?id=14866

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Rainer Schuetze <r.sagitario@gmx.de> ---
released in https://github.com/D-Programming-Language/visuald/releases/tag/v0.3.43

--