Linked by Thom Holwerda on Mon 6th Oct 2008 10:37 UTC, submitted by John Mills
Permalink for comment 332694
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.





Member since:
2005-07-27
Paint.NET makes extensive calls to Win32.
But luckily it has isolated all of that code into a library that can be swapped out. The Mono-Paint project on code.google.com has a reimplementation of that library.
As for other applications: out of the data that we received over the past year for about 6,000+ applications, 45% of them will work unmodified (no recompilation necessary, just run the binary directly) on Linux.
The others will require minimal changes. Its equivalent to porting software from Linux to MacOS or viceversa.