Am 05.04.2014 12:49, schrieb evilrat:
i have little info about this, but let me clear something for you.- interface generation is outdated/broken - .di files should be avoided now, this is why import looking for .d only, but idk why. - to avoid @property issue you can try adding export specifier("export @property someProperty()") -Hd flag allows specify header location, -Hf specify name for example if you want to write them to directory named "imports" you call "dmd myfile.d -Hdimports" which save myfile.d to imports/myfile.di
Thanks a lot for clarification. Kind regards André
