https://github.com/baron-von-riedesel/wininfo
Displays lots of infos about DOS-based Windows versions (16-bit)
https://github.com/baron-von-riedesel/wininfo
Last synced: about 2 months ago
JSON representation
Displays lots of infos about DOS-based Windows versions (16-bit)
- Host: GitHub
- URL: https://github.com/baron-von-riedesel/wininfo
- Owner: Baron-von-Riedesel
- Created: 2025-02-10T19:02:00.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2025-05-01T06:47:57.000Z (about 2 months ago)
- Last Synced: 2025-05-05T23:17:50.069Z (about 2 months ago)
- Language: C++
- Homepage:
- Size: 753 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.MD
Awesome Lists containing this project
README
# WinInfo
## 1. About
It's a cool 16-bit Windows App, written in the early 1990s. Display a lot of
information about Windows internals. Compatible with Windows 3.1, 9x and Me.
Also works in NTVDM, but due to the nature of this emulation the usefulness is
perhaps limited there.Catch: user interface is in German. Also, all comments in the source are in
this language.The app consists of an executable and **6** dlls. A Windows help file is also
included.## 2. Creating the Binaries
One needs MS VC 1.52 and Masm/JWasm. The dlls all have their own makefile, so
one has to run nmake 7 times, for each dll and the executable itself.Some low-level assembly code isn't included as source yet, it's in .obj or
.lib format currently. To be fixed...