Re: FFXI in Wine.
http://www.winehq.org/
WINE is an implementation of the Win32 API for UNIX and X11 platforms. It includes an object loader for Windows executables (.exe) and libraries (.dll), a native implementation of a system registry, and native implementations of many important Win32 libraries, as well as the ability to substitute provided .dll libraries where useful.
The primary purpose of WINE is to allow easy porting of Win32 applications to UNIX/X environments, a secondary purpose is to allow the execution of Win32 executables in a UNIX/X environment.
In short, it attempts to provide the common programming interface used by Windows programmers on an OS other than Windows, allowing programs written for Windows to be used.
http://www.winehq.org/
WINE is an implementation of the Win32 API for UNIX and X11 platforms. It includes an object loader for Windows executables (.exe) and libraries (.dll), a native implementation of a system registry, and native implementations of many important Win32 libraries, as well as the ability to substitute provided .dll libraries where useful.
The primary purpose of WINE is to allow easy porting of Win32 applications to UNIX/X environments, a secondary purpose is to allow the execution of Win32 executables in a UNIX/X environment.
In short, it attempts to provide the common programming interface used by Windows programmers on an OS other than Windows, allowing programs written for Windows to be used.
Comment