Problem with ImportC example?

DLearner bmqazwsx123 at gmail.com
Wed Jan 18 16:04:59 UTC 2023


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 at 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.
```


More information about the Digitalmars-d-learn mailing list