ImportC "no include path set"

Elfstone elfstone at yeah.net
Thu Feb 9 06:07:35 UTC 2023


On Wednesday, 8 February 2023 at 14:08:47 UTC, bachmeier wrote:
> On Wednesday, 8 February 2023 at 06:49:06 UTC, Elfstone wrote:
>
>> I believe all three versions (2017,2019,2022) of my VS are up 
>> to date, and I have working C/C++ projects on them.
>> But you encouraged me to give a few more tries, and I found 
>> out I had been using ..bin64/dmd.exe. Running ..bin/dmd.exe in 
>> VS Command Prompt turned out successful. Thx!
>
> Is this documented? I don't use Windows, so I may be missing 
> something, but this looks like one of those "death by paper 
> cut" things. It has the smell of a rough edge that needs fixing.

I found nothing in the Language Reference. I had to figure out 
using VS Command Prompt and 32bit dmd on my own.

The option "-m32omf" did work, after I downloaded sppn.exe and 
added it to PATH. For some reason sppn.exe wasn't included in 
dmc-857.exe that came with DMD installation, but is found in 
dm857c.zip.

Maybe Walter doesn't care about Windows enough, but I thought 
it'd be a must to add basic tests (say, "dmd hello.c") to run on 
all the platforms before release.


More information about the Digitalmars-d-learn mailing list