Win32s

From Computer History Wiki
Revision as of 01:29, 23 August 2009 by Neozeed (talk | contribs) (New page: Win32s was an addon developed by Microsoft to allow people to quickly start writing Win32 programs. At the time the big problem was that all of the Windows users were using Windows 3.1 an...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Win32s was an addon developed by Microsoft to allow people to quickly start writing Win32 programs. At the time the big problem was that all of the Windows users were using Windows 3.1 and at the time there was no shipping 'production' version of Windows NT, and there was no 'consumer' Win32 operating system at the time.

Win32s includes a device driver to setup a 32bit memory space on Windows 3.1, then takes specially formatted Win32 COFF exe's that can be relcated in memory (On Windows NT, all exe's get loaded at the same address space, each application gets it's own 2GB memory area) as in Win32s they all have to share a memory space. Then as many as possible Win32 calls are then thunked into the appropriate Win16 calls.

Many web browsers of the time required Win32s for the memory, however Win32s did not include things like threads, memory protection, long file names, it was just a stepping stone to Windows 95.

Visual C++ 1.0 & 2.0 32 bit editions shipped with Win32s, and a command line only enviroment for building Win32 applications. Watcom C++ however did let people use a full GUI & debugger for Win32s.

Versions

  • 1.0
  • 1.1
  • 1.2
  • 1.3