The information in this article applies to:
SUMMARY
There are currently three hardware platforms for which Win32-based
applications can be written; they are Intel (x86), MIPS, and DEC Alpha.
Binary compatibility across these hardware platforms is not a viable
alternative. Therefore, Windows NT offers source compatibility. This means
that developers may create versions of their Win32 applications for each
CPU by recompiling.
MORE INFORMATIONIt is important not to confuse source compatibility across hardware platforms with binary compatibility across application execution environments. Windows NT and Win32s do support binary compatibility between different application execution environments. For example, the typical 16-bit Windows-based application can be run without modification on any Windows NT machine. On the MIPS and Alpha platforms, this is achieved through emulation. In addition, it is possible to design an x86 Win32-based application so that it runs on Windows 3.1. This is achieved through Win32s. Additional query words: 3.10 3.50
Keywords : |
Last Reviewed: January 10, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |