Shopping & Style1 min ago
Linux
4 Answers
Following Honstens question re Linux, is it possible to get Windows programs to run on it? Is there a windows runtime available?
Answers
Best Answer
No best answer has yet been selected by Potatoman. Once a best answer has been selected, it will be shown here.
For more on marking an answer as the "Best Answer", please visit our FAQ.Yes. Wine is an Open Source implementation of the Windows API on top of X and Unix. - http://www.winehq.org/
As the project implies, Wine Is Not and Emulator (WINE). So it WON'T run slowly :
http://www.winehq.org/site/myths#slow
Have a look here to see if the application you want to run might work : http://frankscorner.org/
Also, there is a .NET runtime available called Mono which now has some support for the System.Windows.Forms namespace with the help of a Wine extension.