Steve Teale schrieb: > I am baffled. If I put my sources in d:\x, and then use: > > dmd -c -Id:\x whatever.d > > the compiler says it can not find the module. How do I use -I? you need to give the source a absolute or correct relative path. The -I is only for imported modules (imported from within whatever.d).