if you moved your bin and lib directories from<br><br>dmd2\windows\bin<br>dmd2\windows\lib<br>dmd2\src<br><br>to <br><br>dmd\bin<br>dmd\lib<br>dmd\src<br><br>then you have some extra \..\ 's in your sc.ini file. If that's the problem, try removing those so your sc.ini file looks like this:<br>
<br>[Version]
<br>version=7.51 Build 020
<br> <br>[Environment]
<br>LIB="%@P%\..\lib";\dm\lib
<br>DFLAGS="-I%@P%\..\src\phobos" "-I%@P%\..\src\druntime\import"
<br>LINKCMD=%@P%\link.exe<br><br><br>OR you could get a clean installation of dmd2 and change one line in your bat file from<br><br>@SET PATH=%PATH%;\D\dmd\bin<br><br>to<br><br>@SET PATH=%PATH%;\D\dmd2\windows\bin<br><br>
<br><br>bye<br>