VisualD
Rinzwind
rinzwind at live.nl
Fri Mar 18 05:11:21 UTC 2022
Hmm first I got this when trying to compile/run:
TRACKER : error TRK0005: Failed to locate: "dmd". The system
cannot find the file specified.
I did see DMD was installed in C:\D, but apparently no
environmental path added. Downloaded DMD which did add
C:\D\dmd2\windows\bin; to %path%
Still not much luck; sample project
import core.sys.windows.windows;
windows is underlined as error, windows.d cannot be read
Trying to run results in
Build started...
------ Build started: Project: WindowsApp2, Configuration: Debug
x64 ------
Building x64\Debug\WindowsApp2.exe...
LINK : fatal error LNK1104: cannot open file 'phobos64.lib'
Building x64\Debug\WindowsApp2.exe failed!
This is all on a recent and clean Windows 10 64 bit install.
Probably easy to fix if one knows the details, but I don't. Just
getting my feed wet with D and even did not use Visual Studio
much before.
More information about the Digitalmars-d-ide
mailing list