Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Windows Application Binary Interface

You are here: irt.org | FOLDOC | Windows Application Binary Interface

<operating system, tool> (WABI) A software package from Sun Microsystems to allow certain Microsoft Windows applications under the X Window System. Wabi 2.2 runs under Solaris on SPARC, Intel, and PowerPC. Wabi works by providing translated versions of the three core Windows libraries, user.dll, kernel.dll, and gdi.dll which redirect Windows calls to Solaris equivalents. For code other than core library calls Wabi either executes the instructions directly on the hardware, if it is Intel, or emulates them, either one instruction at a time or by translating a block of instructions and caching the result (e.g. for a loop).

WabiServer allows the Windows application and X display to be on different computers.

Overview (http://sun.com/solaris/products/wabi/).

(1997-01-08)

Nearby terms: Windows 95 « Windows 98 « Windows 9X « Windows Application Binary Interface » Windows CE » Windows for Workgroups » Windows Hardware Quality Labs

FOLDOC, Topics, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, ?, ALL

©2018 Martin Webb