DMD 2.055

Joel Christensen joelcnz at gmail.com
Thu Sep 8 02:14:21 PDT 2011


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



More information about the Digitalmars-d-learn mailing list