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

2015-11-28 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14866

Rainer Schuetze  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from Rainer Schuetze  ---
released in
https://github.com/D-Programming-Language/visuald/releases/tag/v0.3.43

--


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

2015-11-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14866

--- Comment #2 from Rainer Schuetze  ---
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.

--


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

2015-09-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14866

Vladimir Panteleev  changed:

   What|Removed |Added

 CC||thecybersha...@gmail.com
   See Also||https://issues.dlang.org/sh
   ||ow_bug.cgi?id=14849

--


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

2015-08-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14866

Rainer Schuetze  changed:

   What|Removed |Added

 CC||r.sagita...@gmx.de

--- Comment #1 from Rainer Schuetze  ---
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

--