Thread overview
[Issue 17877] Missing library path in LDC settings
Oct 05, 2017
Seb
Oct 05, 2017
Rainer Schuetze
Oct 16, 2017
Thomas
Dec 02, 2017
Rainer Schuetze
October 05, 2017
https://issues.dlang.org/show_bug.cgi?id=17877

Seb <greensunny12@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |greensunny12@gmail.com
         Resolution|---                         |MOVED

--- Comment #1 from Seb <greensunny12@gmail.com> ---
This is the issue tracker for DMD, Druntime and Phobos. Please report LDC issues at their own issue tracker: https://github.com/ldc-developers/ldc/issues

Thanks!

--
October 05, 2017
https://issues.dlang.org/show_bug.cgi?id=17877

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |r.sagitario@gmx.de
         Resolution|MOVED                       |---

--- Comment #2 from Rainer Schuetze <r.sagitario@gmx.de> ---
It's a Visual D issue, so it's appropriate here.

Detection of the Windows SDK is failing for the Win 10 SDK, the slightly more exact entry for it would be

$(WindowsSDKDir)Lib\$(WindowsSDKVersion)\um\x64

--
October 16, 2017
https://issues.dlang.org/show_bug.cgi?id=17877

--- Comment #3 from Thomas <thomas.hedstrom@mail.com> ---
Sorry for the delay...

Tested echoing the set vars during build with the following result:
WindowsSDKDir=
UCRTSdkDir=C:\Program Files (x86)\Windows Kits\10\

So, only UCRTSdkDir would work here. Might be SDK version that differs.

Under VS Installer "Desktop development with C++" options I have the following
selected:
VC++ 2017 v141 toolset (x86,x64)
C++ profiling tools
Windows 10 SDK (10.0.15063.0) ....
Visual C++ tools for CMake
Visual C++ ATL support

no more

--
December 02, 2017
https://issues.dlang.org/show_bug.cgi?id=17877

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

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

--- Comment #4 from Rainer Schuetze <r.sagitario@gmx.de> ---
Win 10 SDK detection fixed in https://github.com/dlang/visuald/releases/tag/v0.46.0

--