1. Get full source codes from "https://github.com/dlang/visuald" and unzip
2. Use Microsoft Visual Studio Community 2019 Version 16.11.16 and open visuald_vs10.sln
3. Click on Build
4. Getting below error and no VisualD.dll output
windows.d(11): Error: unable to read module `commctrl`
windows.d(11): Expected 'sdk\win32\commctrl.d' or 'sdk\win32\commctrl\package.d' in one of the following import paths:
import path[0] = ..
import path[1] = C:\Development\DLang\D\dmd2\windows\bin\..\..\src\phobos
import path[2] = C:\Development\DLang\D\dmd2\windows\bin\..\..\src\druntime\import
and other error at bottom of output log
C:\Development\DLang\visuald-master\visuald>link.exe @C:\Development\DLang\visuald-master\visuald\..\bin\Debug\VisualD\VisualD.link.rsp
OPTLINK (R) for Win32 Release 8.00.13
Copyright (C) Digital Mars 1989-2010 All rights reserved.
http://www.digitalmars.com/ctg/optlink.html
..\bin\Debug\VisualD\workaround.obj
Error 2: File Not Found ..\bin\Debug\VisualD\workaround.obj
Comment #2 by razvan.nitu1305 — 2022-07-29T08:12:34Z
apham, have you managed to build visualD? It seems like you did not specifically follow the outlined steps. I'm gonna close this as WORKSFORME, but please reopen if you have any other information.