Porting software that use MS .NET Framework 2.0


So, is it possible? The particular program I'm talking about is SGDK2 It comes with a Linux support module (Link), so I don't know.

I have absolutely no experience with .NET since it's evil Microsoft spawn, but I know there is Mono which is a project that been working on making opensource implementations of Microsoft C# and .NET


So it may be plausible.
 
Last edited by a moderator:
Actually running .NET app work on pandora.


But not too well...


I would suggess you to go look for the penjin style. Many like it around and will probably help you
 
Last edited by a moderator:
.NET 2.0 should run under mono. Not sure they provide decent hardware acceleration though, as it's likely to be all DirectX.


As good as mono is .NET usually means a lot of trouble.


.NET => priority to Windows, priority to Microsoft technologies and IDE (code base 99% meant to be run and developed on it), and a standard that's still moving way too much for any sane development cycle.


C# 4.0 would be the best thing ever if you filtered some of the crud (basically, the part not supported by mono) and if MS wasn't behind it (simply cannot be trusted long-term for anything outside MS world).


If you use that software, you are going to be developing under Windows (ewww) even if you can produce with it software runnable on Linux. Big chance you either run into bugs or get substandard performance.
 
Back
Top