Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| en:docs:win16 [2025/12/21 13:59] – prokushev | en:docs:win16 [2026/02/18 05:03] (current) – prokushev |
|---|
| ===== Current Status ===== | ===== Current Status ===== |
| |
| The project is in early development (alpha stage). Current work focuses on the core 16-bit KERNEL. Critical GUI subsystems USER and GDI, required to run most Windows 3.x programs, are not yet implemented. The first practical milestone is to correctly run simple system utilities like WinVer. | The project is in early development (alpha stage). Current work focuses on the core 16-bit KERNEL and USER module. GDI is not yet implemented. The first practical milestone is to correctly run simple system utilities like WinVer, Clock and so on. |
| |
| ===== Components and Applications ===== | ===== Components and Applications ===== |
| | [[en:docs:win16:applications:WINHELP]] (pure API) | Windows Help engine for displaying application help files. | | | | [[en:docs:win16:applications:WINHELP]] (pure API) | Windows Help engine for displaying application help files. | | |
| | [[en:docs:win16:applications:WINMINE|Minesweeper]] (pure API) | The classic Minesweeper puzzle game. | **Done** | | | [[en:docs:win16:applications:WINMINE|Minesweeper]] (pure API) | The classic Minesweeper puzzle game. | **Done** | |
| | [[en:docs:win16:applications:WINSHELD]] | | | | | [[en:docs:win16:applications:WINSHELD]] | The Windows (Win) Shield is the Windows counterpart of the PM Shield. It is both an executable file and a dynamic link library (WINSHELD.EXE and WINSMSG.DLL, respectively). Win Shield serves a complementary purpose, maintaining Workplace Shell windowing-state information for its DOS session. | | |
| | [[en:docs:win16:applications:WINVER|Windows Version]] (pure API) | Dialog box displaying Windows version and copyright information. | **Done** | | | [[en:docs:win16:applications:WINVER|Windows Version]] (pure API) | Dialog box displaying Windows version and copyright information. | **Done** | |
| | [[en:docs:win16:applications:WRITE]] | Write word processor for creating formatted documents. | | | | [[en:docs:win16:applications:WRITE]] | Write word processor for creating formatted documents. | | |
| * [[en:docs:xms:api|XMS API]] | * [[en:docs:xms:api|XMS API]] |
| * [[en:docs:tasklist|Task List API]] | * [[en:docs:tasklist|Task List API]] |
| * [[en:docs:dpmi|DOSX API]] | * [[en:docs:dpmi|DOSX (DPMI) API]] |
| * [[en:docs:win16:logo|LOGO API]] | * [[en:docs:win16:logo|LOGO API]] |
| * [[en:docs:grabbers|Screen grabbers API]] | * [[en:docs:grabbers|Screen grabbers API]] |