On Wednesday, 18 January 2023 at 14:18:58 UTC, Salih Dincer wrote:
On Wednesday, 18 January 2023 at 13:45:04 UTC, DLearner wrote:
On Tuesday, 17 January 2023 at 22:11:46 UTC, Ali Çehreli wrote:
[...]
dmd relies on system compiler programs for its ImportC
feature. cl.exe seems to be the compiler. I think it is the
compiler.
Can you run that program from the command line?
Fails with:
```
C:\Users\SoftDev>c1.exe
'c1.exe' is not recognized as an internal or external command,
operable program or batch file.
```
You will run the cl.exe, not the c1.exe
(be written with the letter l)
SDB@79
Unfortunately, neither works:
```
C:\Users\SoftDev>cl.exe
'cl.exe' is not recognized as an internal or external command,
operable program or batch file.
C:\Users\SoftDev>c1.exe
'c1.exe' is not recognized as an internal or external command,
operable program or batch file.
```