[Mono-list] Could a Windows .NET EXE run on Mono Runtime directly?

Nick Drochak ndrochak@gol.com
Fri, 8 Mar 2002 17:27:08 +0900


| I mean if I build a executable in VS.NET on Windows, could I copy it to
| Unix/Linux platform with mono runtime and class library and run it
| directly? Have anyone ever tried that?
|

Every day.

"Simple" programs run now.  More complex programs cannot, mostly because of
the class libraries are incomplete.

So, depending on which parts of the class library you use in your program,
it may or may not run on Linux.  However, we'd like to know which ones
don't.  See Paulo post just a bit earlier.

Nick D.