home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / mswindo / programm / win32 / 3099 < prev    next >
Encoding:
Text File  |  1993-01-27  |  1.1 KB  |  26 lines

  1. Newsgroups: comp.os.ms-windows.programmer.win32
  2. Path: sparky!uunet!microsoft!hexnut!alistair
  3. From: alistair@microsoft.com (Alistair Banks)
  4. Subject: Re: POSIX interface/Access to WIN32 calls 
  5. Message-ID: <1993Jan28.005240.10823@microsoft.com>
  6. Date: 28 Jan 93 00:52:40 GMT
  7. Organization: Microsoft Corporation
  8. References: <1993Jan22.232051.28262@microsoft.com> <727810939snz@chrism.demon.co.uk> <1993Jan25.190746.4106@mkseast.uucp>
  9. Lines: 15
  10.  
  11. Win32, OS/2 & Posix are the only subsystems in Windows NT - the Win16
  12. and MS-Dos support are virtual machines written to use the Win32
  13. API (plus some helper functions) - they're not subsystems in of
  14. themselves
  15.  
  16. POSIX compatibility and upwards compatibility from Windows are
  17. mutually exclusive options, and likewise POSIX & OS/2
  18. compatibility - OS/2 & Windows co-compatibility is the closest
  19. to being possible. SO we could have produced a new API
  20. incompatible with any of the above, or choose the route we have
  21. and keep the US Govt happy with true POSIX compatibility, and
  22. serve OS/2 & Windows customers with true compatibility
  23.  
  24. -- Alistair
  25.  
  26.