Jump to content

Wine (software)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Wapcaplet (talk | contribs) at 00:19, 4 January 2003 (updates, stuff about CodeWeavers and TransGaming, rephrasing). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

WINE is the name of a project that allows computers running a Unix operating system to run programs designed for Microsoft Windows. The name was derived from a self-referential acronym "Wine is not an emulator". The irony of this is that while it is technically correct, it does much the same thing as an emulator and is probably viewed as such by most of its users. Wine is a free project--since March 2002 it is licensed under the GNU Lesser General Public License.

The Wine project began in 1993 and is still in development. The project probably orginated out of discussions on comp.os.linux, and the first working code was created by Eric Youngdale and Bob Amstadt. The reason Wine is not an emulator is that emulators tend to duplicate the whole environment a program runs in, including the simulation of a particular CPU architecture. Wine, instead, implements what could be called a compatibility layer, which provides an alternative to the Windows-specific libraries that windows programs call.

As of early 2003, Wine runs many well known programs, such as Lotus Notes and some versions of Microsoft Office, with varying levels of accuracy and stability. The involvement of Corel helped the project, chiefly employing for a time one of Wine's main coders, Alexandre Julliard, as well as providing other programmers. This help was motivated by Corel's porting of its own suite of office programs to Linux. However, due to financial difficulties, the effort has now stopped, and Corel has withdrawn their support.

Other organizations have made efforts to commercially support Wine, including CodeWeavers and TransGaming Technologies. CodeWeavers has developed Wine specifically for running Microsoft Office, and markets their version under the name CrossOver Office. TransGaming produces a version of Wine tailored towards running Windows games, and markets WineX on a subscription basis.

The project has been time-consuming and difficult for developers, at least partially because of Microsoft's lack of documentation of their API. The Wine team have had to reverse engineer many of the function calls that some of Microsoft's programs use, as their documentation is not publicly available.

http://www.winehq.org