Post by Harry PotterHi! I want to have a downloaded version of the Win32SDK on my computers
so I don't have to go online to look things up. I think I still have
one from a long time ago, but it uses an obsolete help viewer. I want
to be able to refer to it on a Win11/64 laptop. I also want to quickly
be able to create programs for Win16. Can anybody here provide some
recommendations?
This page walks you through installing WinHelp on Windows 10 and 11 (watch
the word wrap):
https://www.winhelponline.com/blog/view-winhelp-hlp-files-windows-10-with-
winhlp32-exe/
I *think* OpenWatcom might still support Win16 as a development target. I'm
not sure, but it wouldn't surprise me:
http://openwatcom.org/
If not, well, WinWorldPC has a bunch of Win16 devtools, but they won't run
under Win64 without 3rd-party apps. (I use WineVDM.) WinWorldPC also has
several 16- and 32-bit SDK versions.
Also check archive.org, as JJ suggested.
Personally, I have installs of 16- and 32-bit Windows (3.11, WinfWG 3.11,
NT3, 95, 98, 2000, XP) under emulation and just use them instead. If your
laptop is powerful enough (and it probably is), I suggest installing Win95
or 98 in a VM and using that for your 16-bit development.
(Backporting from 32/64 bits to 16 bits can sometimes be... difficult. I
abandoned an attempt to do so around 10-15 years ago because I would have
had to write my own versions of some 32-bit APIs that don't exist under
Win16, and it wasn't worth it for a one-off port.)
--
Nothing in this text should be construed as a hamster.