Limitations of POSIX Applications on Windows NTLast reviewed: December 17, 1996Article ID: Q149902 |
The information in this article applies to:
SUMMARYThis article discusses the limitations of the Portable Operating System Interface (POSIX) applications on Windows NT. POSIX is a standard set by ANSI/IEEE to promote source level compatibility that allows applications to run on a wide variety of systems and architectures. The POSIX interface on Windows NT strictly follows the POSIX 1003.1-1990 standards.
MORE INFORMATIONFollowing are some of the POSIX limitations: - POSIX applications only launch other POSIX applications. They can not launch DOS, OS/2, Win16 or Win32 applications.- POSIX applications can not call any Win32 APIs. They do not have any access to DDE, OLE, memory mapped files, named pipes, windows sockets and other Win32 features. For additional information, please see the following article in the Microsoft Knowledge Base:
ARTICLE-ID: Q99361 TITLE : Specifying Filenames Under the POSIX Subsystem REFERENCESMSDN Development Library, "Understanding Windows NT POSIX Compatibility", by Ray Cort.
|
Additional reference words: 3.50 3.51 4.00 POSIX
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |