Linked by Thom Holwerda on Mon 6th Oct 2008 10:37 UTC, submitted by John Mills
Permalink for comment 332628
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
News
Linked by Thom Holwerda on 05/18/13 21:06 UTC
Linked by Thom Holwerda on 05/18/13 7:37 UTC
Linked by fran on 05/18/13 1:38 UTC
Linked by Thom Holwerda on 05/17/13 23:35 UTC, submitted by kragil
Linked by MOS6510 on 05/17/13 22:22 UTC
Linked by Thom Holwerda on 05/17/13 22:15 UTC, submitted by Tom
Linked by Thom Holwerda on 05/16/13 21:41 UTC
Linked by Thom Holwerda on 05/16/13 17:04 UTC
Linked by Thom Holwerda on 05/16/13 13:17 UTC
Linked by Thom Holwerda on 05/16/13 12:06 UTC
More News »
Sponsored Links



Member since:
2007-06-21
Whoa, dude, hold your horses. Mono has plenty of other purposes than just making it possible for Windows GUI apps to run on Linux.
How about Windows console apps? ;-)
Hehe, got ya there :p
But seriously, the reason I'm so interested in Mono is for writing Linux applications. I don't care about Windows.
I really like the features that C# offers as a modern language. It's a lot better than writing applications in C, especially since I often find myself reinventing wheels in C that I don't have to reinvent in C#, because the .NET core library already has those things available.
No, you are confused. Mono 1.9 contains a configure option, "--with-moonlight", which builds a compiler (smcs) that specifically targets the Silverlight 2.0 runtime. It does not include Moonlight itself. It's also, iirc, disabled by default.
Moonlight can be built using ffmpeg (and we'd happily accept a patch to allow Moonlight to build with GStreamer as well) instead of the Microsoft binary codecs. In fact, by default, Moonlight uses ffmpeg.