Re: Unable to compile on Windows 7 64bit

2012-08-04 Thread David Nadlinger
On Saturday, 4 August 2012 at 19:35:35 UTC, Hans Uhlig wrote: I just downloaded a copy of D-IDE and it downloaded a fresh copy of 2.060 and I tried to compile a brand new hello world. Anyone explain what I might have incorrectly setup? You probably still have stale .di files from your last in

Unable to compile on Windows 7 64bit

2012-08-04 Thread Hans Uhlig
I just downloaded a copy of D-IDE and it downloaded a fresh copy of 2.060 and I tried to compile a brand new hello world. Anyone explain what I might have incorrectly setup? main.d: import std.stdio, std.cstream; void main(string[] args){ writeln("Hello World!"); din.getc(); }