On 30.03.2010 13:49, dcochran wrote: > My little "Hello World" program works just fine, but when I try to do much > of anything else, I get several errors. I'm sure that I'm missing a compile > switch or something, but I haven't been able to find the documentation > anywhere on the Mono website to tell me what I need to do. Here are the > errors I'm getting when doing a simple "mcs Hangman.cs":
The compiler for the 2.0 profile is called "gmcs". "mcs" for .NET 1.1 > > Hangman.cs(41,37): error CS0117: `System.Console' does not contain a > definition for `ReadKey' [...] Robert _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
