Thread
:
Thin emulator for running WinXP programs?
View Single Post
ebasconp
2010-09-26 , 16:08
Posts: 23 | Thanked: 16 times | Joined on Aug 2010 @ Bolivia
#
8
Originally Posted by
TiagoTiago
Why is it so much easier to emulate videogame consoles?
Because you "just" need to emulate the hardware and a "small" API. I say "just" and "small" (using quotes) because I do not mean that doing such tasks is easy or they can do it quickly.
For Windows you need to rewrite a set of huge APIs with thousands of functions (Win32 API is being heavily used from Windows 95); a huge set of platforms (COM, registry, MSMQ, DirectX), so it is a very huge task. Wine project has done it successfully but it is still no compatible with .NET (though to run .NET apps in other platform than Windows you could try using Mono).
See these interesting projects related to this topic:
http://www.winehq.com
http://www.go-mono.com
Last edited by ebasconp; 2010-09-26 at
16:14
.
Quote & Reply
|
The Following User Says Thank You to ebasconp For This Useful Post:
anders_gud
ebasconp
View Public Profile
Send a private message to ebasconp
Visit ebasconp's homepage!
Find all posts by ebasconp