ftp://ftp.microsoft.com/developr/drg/unix-to-windows/index.txt This subdirectory contains files useful for people moving from UNIX to Win32. There are a few general documents, a few collections of presentations, and a few ports of UNIX utilities/libraries to Win32. ftp://ftp.microsoft.com/developr/drg/unix-to-windows/overview.doc ftp://ftp.microsoft.com/developr/drg/unix-to-windows/overview.zip This is the document "Win32 Equivalents for Unix System Calls", an overview showing the mappings from UNIX system calls to Windows NT Win32 APIs. This document is in Word DOC format. ftp://ftp.microsoft.com/developr/drg/unix-to-windows/nfs-xwin.doc ftp://ftp.microsoft.com/developr/drg/unix-to-windows/nfs-xwin.zip This is the document "UNIX Support for Windows NT", written in 11/93, lists some of traditionally "UNIX-only" software that is available for Windows NT, especially NFS and X Window System solutions. ftp://ftp.microsoft.com/developr/drg/unix-to-windows/xhibition.zip These are Powerpoint files of presentations given at Xhibition-94, to help familiarize UNIX developers to Win32 and Windows NT platform. ftp://ftp.microsoft.com/developr/drg/unix-to-windows/usenix.zip These are Powerpoint files of presentations given at Usenix, to help familiarize UNIX developers to Win32 and Windows NT. ftp://ftp.microsoft.com/developr/drg/unix-to-windows/sef.zip These are Powerpoint files of presentations given at the Bay Area Software Enterpreur's Forum UNIX SIG, to help familiarize UNIX developers to Win32 and Windows NT. The following legal disclaimer applies to the files in the ftp://ftp.microsoft.com/developr/drg/unix-to-windows/Ports/* subdirectories. All of the enclosed files, "the software," are provided by Microsoft Corporation "as is" without warranty of any kind. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. You assume all risks of using the software. Portions of the software are Copyright (c) 1992 Microsoft Corporation. Included are some of the BSD sources, useful compress/decompression tools, and other tools. Each directory contains a makefile, 'makefile.nt' which should be used with NMAKE to build the various programs. Most subdirectories also have a file, 'readme.nt' that describes the changes that were made in porting and contains other comments. If you make changes to the programs -- bug fixes, improvements, whatever, please send them to me, t-davefe@microsoft.com so that we don't have a whole bunch of different versions floating around. Also, if you have Windows NT specific questions about the programs, please address them to us at Microsoft, rather than to the original authors. ftp://ftp.microsoft.com/developr/drg/unix-to-windows/Ports/Db This is a port of the db database library to Windows NT. Updated 7/11/94, this is a PARTIAL port of Berkeley 1.72 libraries to Win32. ftp://ftp.microsoft.com/developr/drg/unix-to-windows/Ports/Curses This is a port of the curses to Windows NT. The version of Curses included is a port of the PCCurses program. This is a *working* version of curses. All of the i/o calls have been implemented using Win32 console calls. This version isn't perfect -- it's still buggy, but you should be able to link it in with your curses based app and get it to work. ftp://ftp.microsoft.com/developr/drg/unix-to-windows/Ports/Xlib This is a port of the Xlib library to Windows NT. This is the source code for an xlib for Win32; not a complete xlib implementation, but one that some have found useful. ftp://ftp.microsoft.com/developr/drg/unix-to-windows/Ports/Sendmail This is a port of the sendmail utility to Windows NT.