If dmd.exe is run from its bin directory, linking does not occur correctly. C:\>cd c:\dmd\bin C:\dmd\bin>dmd c:\tmp.d object.d: module object cannot read file 'object.d' C:\dmd\bin>cd \ C:\>dmd c:\tmp.d c:\dmd\bin\..\..\dm\bin\link.exe tmp,,,user32+kernel32/noi;
Fixed DMD 0.175
dlang-community/dfmt pull request #499 "Break line on multiline strings" was merged into master: - fa4ae7a6e87b90aa1252536b517bb936f844a135 by Eugen Wissner: Break line on multiline strings Fixes #476. https://github.com/dlang-community/dfmt/pull/499