View Single Post
Posts: 1,298 | Thanked: 2,277 times | Joined on May 2011
#1124
Originally Posted by danramos View Post
To summarize: There is a difference between simply providing DLL's and emulating instructions for software to run on.

Details: Yes, it provides DLL's natively built for various OS's. The problem, as has been explained earlier, is that it is NOT an emulator and does not emulate the x86 instructions needed to run x86 software to MAKE those Windows calls. You can ONLY make WINE run on x86 hardware (reasonably fast, depending) or on EMULATED x86 hardware (always, ALWAYS slow!).
To avoid confusion I already said above that it doesn't emulate the CPU instructions. It does emulate Windows behavior though, while not being Windows. So while it's not an emulator of the CPU, it is an emulator of Windows (which can't run on non x86 archs). Emulator can mean different things, not only emulating some CPU architecture on another.

Sorry for offtopic.

Last edited by shmerl; 2012-09-03 at 06:43.