UWIN

Last Updated on: 25th December 2023, 01:04 pm

Web site: research.att.com/~astopen/download/uwin/uwin.html (not active)
Category: Others
Platform: Windows
License: Eclipse Public License
Interface: CLI
Wikipedia: UWIN
First release: unknown

UWIN – a software which allows programs written for UNIX operating system to be built and run on Microsoft Windows.

UWIN allows UNIX applications to be built and run on Microsoft Windows 7, Vista, XP, 2000, NT, ME, 98, 95 (W7/VI/XP/2K/NT/ME/98/95) with few, if any, changes necessary. UWIN source and binaries are available under the open source at AT&T AST/UWIN open source downloads.

UWIN contains:
– Libraries that emulate a UNIX environment by implementing the UNIX Application Programming Interface (API)
– Include files and development tools such as cc, yacc, lex, and make.
– ksh (the Korn Shell) and over 250 utilities such as ls, sed, cp, stty, etc.

Most of the UNIX API is implemented by the POSIX.DLL dynamically loaded (shared) library. Programs linked with POSIX.DLL run under the WIN32 subsystem instead of the POSIX subsystem, so programs can freely intermix UNIX and WIN32 library calls. A cc command is provided to compile and link programs for UWIN on Windows using traditional UNIX build tools such as make. The cc command is a front end the the underlying compiler that performs the actual compilation and linking. It can be used with the Microsoft Visual C/C++ 5.X compiler, the Visual C/C++ 6.X compiler, the Visual C/C++ 7.X compiler, the Digital Mars C/C++ compiler, compiler, the Borland C/C++ compiler, and the Mingw compiler. The GNU compiler and development tools are also available for download to UWIN.


Click to rate this post!
[Total: 0 Average: 0]

Leave a Comment

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.