Closed Thread
Results 1 to 7 of 7

Thread: Not an Emulator

  1. #1
    Off
    Off is offline Learning Programmer
    Join Date
    Feb 2008
    Posts
    83
    Rep Power
    0

    Not an Emulator

    If WINE Is Not an Emulator, how does it work then?

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143
    wine is an API call translator. An emulator as to replicate AND IMPLEMENT everything that windows offers. wine just translates Windows API calls into corresponding X API calls.

  4. #3
    Off
    Off is offline Learning Programmer
    Join Date
    Feb 2008
    Posts
    83
    Rep Power
    0
    So it is an interpreter of sorts.

  5. #4
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143
    Basically, yes.

  6. #5
    Tor
    Tor is offline Programming Expert
    Join Date
    Oct 2007
    Posts
    488
    Rep Power
    0
    This is from Wikipedia:
    Wine implements the Windows API entirely in user-space, rather than as a kernel module at the time of writing. Services normally provided by the kernel in Windows are provided by a daemon known as wineserver. Wineserver implements basic Windows functionality, as well as providing extra functions such as X Window integration and translation of signals into native Windows exceptions.

  7. #6
    tekmiester is offline Newbie
    Join Date
    Jan 2009
    Posts
    10
    Rep Power
    0
    Its faster and works better than an emulator

  8. #7
    Join Date
    Feb 2009
    Posts
    11
    Rep Power
    0
    Quote Originally Posted by tekmiester View Post
    Its faster and works better than an emulator
    I beg to differ Cedega is an emulator and provides support for alot more applications than wine does

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Python interpreter emulator on a phone?
    By Lord Cat in forum Software Development Tools
    Replies: 0
    Last Post: 01-08-2010, 05:03 AM
  2. Best language for a web based Unix emulator?
    By Maddzy in forum General Programming
    Replies: 0
    Last Post: 11-15-2009, 05:22 AM
  3. PPC Emulator
    By TcM in forum Technology Ramble
    Replies: 3
    Last Post: 12-26-2007, 07:01 AM
  4. Emulator code - constant nil
    By kenna in forum C and C++
    Replies: 4
    Last Post: 12-03-2007, 01:48 AM
  5. Microsoft Device Emulator?
    By Lop in forum General Programming
    Replies: 2
    Last Post: 04-24-2007, 02:19 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts