Also I can't compile programs like this any more: \D\dmd2\windows\bin\dmd file1 file2 etc.
I've been using Geany (a light IDE), now I have to use the terminal to compile my programs (also clicking on a batch file), before I could compile with the hit of a key.
Actually I fix my problem in my previous post. Looks like this: string doToLower( string str ) { return toLower( str ); } - Joelcnz