home *** CD-ROM | disk | FTP | other *** search
/ ftp.microsoft.com / 2002-07-02_ftp.microsoft.com.zip / developr / drg / UNIX-to-Windows / index.txt next >
Text File  |  1995-08-08  |  4KB  |  94 lines

  1. ftp://ftp.microsoft.com/developr/drg/unix-to-windows/index.txt
  2.  
  3. This subdirectory contains files useful for people moving from UNIX to
  4. Win32. There are a few general documents, a few collections of presentations,
  5. and a few ports of UNIX utilities/libraries to Win32.
  6.  
  7.  
  8. ftp://ftp.microsoft.com/developr/drg/unix-to-windows/overview.doc
  9. ftp://ftp.microsoft.com/developr/drg/unix-to-windows/overview.zip
  10.  
  11.     This is the document "Win32 Equivalents for Unix System Calls", an
  12.     overview showing the mappings from UNIX system calls to Windows NT
  13.     Win32 APIs. This document is in Word DOC format.
  14.  
  15.  
  16. ftp://ftp.microsoft.com/developr/drg/unix-to-windows/nfs-xwin.doc
  17. ftp://ftp.microsoft.com/developr/drg/unix-to-windows/nfs-xwin.zip
  18.  
  19.     This is the document "UNIX Support for Windows NT", written in 11/93,
  20.     lists some of traditionally "UNIX-only" software that is available for
  21.     Windows NT, especially NFS and X Window System solutions.
  22.  
  23.  
  24. ftp://ftp.microsoft.com/developr/drg/unix-to-windows/xhibition.zip
  25.  
  26.     These are Powerpoint files of presentations given at Xhibition-94,
  27.     to help familiarize UNIX developers to Win32 and Windows NT platform.
  28.  
  29.  
  30. ftp://ftp.microsoft.com/developr/drg/unix-to-windows/usenix.zip
  31.  
  32.     These are Powerpoint files of presentations given at Usenix, to help
  33.     familiarize UNIX developers to Win32 and Windows NT.
  34.  
  35.  
  36. ftp://ftp.microsoft.com/developr/drg/unix-to-windows/sef.zip
  37.  
  38.     These are Powerpoint files of presentations given at the Bay Area
  39.     Software Enterpreur's Forum UNIX SIG, to help familiarize UNIX
  40.     developers to Win32 and Windows NT.
  41.  
  42.  
  43. The following legal disclaimer applies to the files in the
  44. ftp://ftp.microsoft.com/developr/drg/unix-to-windows/Ports/* subdirectories.
  45.  
  46. All of the enclosed files, "the software," are provided by Microsoft
  47. Corporation "as is" without warranty of any kind.  MICROSOFT DISCLAIMS ALL
  48. WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO IMPLIED
  49. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  You
  50. assume all risks of using the software.
  51.  
  52. Portions of the software are Copyright (c) 1992 Microsoft Corporation.
  53.  
  54. Included are some of the BSD sources, useful compress/decompression tools, and
  55. other tools.  Each directory contains a makefile, 'makefile.nt' which should
  56. be used with NMAKE to build the various programs.  Most subdirectories also
  57. have a file, 'readme.nt' that describes the changes that were made in porting
  58. and contains other comments.
  59.  
  60. If you make changes to the programs -- bug fixes, improvements, whatever,
  61. please send them to me, t-davefe@microsoft.com so that we don't have a whole
  62. bunch of different versions floating around.
  63.  
  64. Also, if you have Windows NT specific questions about the programs, please
  65. address them to us at Microsoft, rather than to the original authors.
  66.  
  67.  
  68. ftp://ftp.microsoft.com/developr/drg/unix-to-windows/Ports/Db
  69.  
  70.     This is a port of the db database library to Windows NT. Updated 7/11/94,
  71.     this is a PARTIAL port of Berkeley 1.72 libraries to Win32.
  72.  
  73.  
  74. ftp://ftp.microsoft.com/developr/drg/unix-to-windows/Ports/Curses
  75.  
  76.     This is a port of the curses to Windows NT. The version of Curses
  77.     included is a port of the PCCurses program. This is a *working* version
  78.     of curses.  All of the i/o calls have been implemented using Win32
  79.     console calls.  This version isn't perfect -- it's still buggy, but
  80.     you should be able to link it in with your curses based app and get it
  81.     to work.
  82.  
  83.  
  84. ftp://ftp.microsoft.com/developr/drg/unix-to-windows/Ports/Xlib
  85.  
  86.     This is a port of the Xlib library to Windows NT. This is the source
  87.     code for an xlib for Win32; not a complete xlib implementation, but
  88.     one that some have found useful.
  89.  
  90.  
  91. ftp://ftp.microsoft.com/developr/drg/unix-to-windows/Ports/Sendmail
  92.  
  93.     This is a port of the sendmail utility to Windows NT.
  94.