On Monday, 13 July 2020 at 06:48:02 UTC, Rainer Schuetze wrote:


On 12/07/2020 23:35, Rainer Schuetze wrote:


On 12/07/2020 11:11, greatsam4sure wrote:
[...]
[...]
[...]
[...]
[...]
[...]


I suspect you don't have the Windows SDK installed with Visual Studio. user32.lib is usually found in "C:\Program Files (x86)\Windows Kits\10\lib\10.0.18362.0\um\x86", but that path is not passed on the command line with /LIBPATH.


On second thought: if you installed the SDK after Visual D, the settings in "Tools -> Options -> Projects and Solutions -> Visual D Settings -> DMD directories -> Win32 COFF32 -> Library Paths" might not reflect that
(it should contain something like
$(WindowsSdkDir)lib\$(WindowsSdkVersion)\um\x86).

You can also click "Reset Settings" on the Visual D settings page to correct that.



Thanks a lot. I will look into that today

Reply via email to