Hey All,
If your mono (Windows C# as in layman's term) program involves CLI (Common Language Interface) 2.0, then running mcs will not compile the program.
You need to install gmcs for Mono C# 2.0 and C# 3.0 compiler for CLI 2.0 as is from synaptic...
And the command also differs. It will be gmcs filename.cs and not mcs filename.cs.
But to run the program it will be same - mono filename.exe
Hope this was interesting...
Ananth S Gouri
Tuesday, December 21, 2010
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment