New to D, path errors under WinXP

Fabian fabian.lindgren at gmail.com
Tue Sep 11 13:28:39 PDT 2007


Johannes Wrote:

> First, is there any way other than Web-News to search the D forum archives? Or any way of making an inclusive search with Web-News?
> 
> Anyway, I'm trying to compile some examples under D for Windows, under Windows XP SP2. I've placed the files in the proper places in C:\DM, C:\DMD and C:\D\LIB and C:\D\IMPORT. (I know DOS well) I've also set up the path to the C:\DM\BIN and C:\DMD\BIN dirs.
> 
> Somehow the D compiler can't find the Import modules no matter what, unless I copy them all to the same folder.
> 
> Does D work for Windows or is it an untested source release?
> 
> Is there any way of explicitly specifying the path of a module in the .D file?

I just downloaded dmd, Entice and dfl myself.
Try using dfl as compiler command instead of dmd, like this:
C:\dmd\bin\dfl myform.d -gui

Change it under Tools > Compile Command...
Works for me, but I don't really know why :)


More information about the Digitalmars-d-learn mailing list