Wine (software): Difference between revisions
Carey Evans (talk | contribs) m From Wine |
Carey Evans (talk | contribs) license; copyedit |
||
Line 1: | Line 1: | ||
'''WINE''' is the name of a project that allows computers running a [[Unix]] [[operating system]] to run programs |
'''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 typically self-referential Unix [[acronym]]: '''W'''ine '''I'''s '''N'''ot an '''E'''mulator. 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, whereas |
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, whereas Wine provides library code that windows programs call. |
||
As of |
As of early 2002 Wine does run many well known programs, such as [[Lotus Notes]] and older versions of [[Microsoft Office]], but with varying levels of success. 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. |
||
The project has taken so long at least partially because of problems with Microsoft's 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 these do not appear in any documentation. |
The project has taken so long at least partially because of problems with Microsoft's 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 these do not appear in any documentation. |
Revision as of 23:50, 17 March 2002
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 typically self-referential Unix 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, whereas Wine provides library code that windows programs call.
As of early 2002 Wine does run many well known programs, such as Lotus Notes and older versions of Microsoft Office, but with varying levels of success. 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.
The project has taken so long at least partially because of problems with Microsoft's 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 these do not appear in any documentation.
External link: http://www.winehq.org