I have upgraded my Windows 8.1 64 bit and Delphi 7 continued to work. So far so good. It means the procedure to get Delphi 7 on Windows 10 is still OK.
What did no work? The Help function is broken again, Microsoft did not (yet?) update he HELP support for Windows 10.
After some googling I arrived at:
Here is a solution (thanks to Komeil Bahmanpour): Go to his site
Download Local copy since 2020
I needed a solution in order to get help working for Delphi on Windows 10.
Komeil’s install.cmd file didn’t work as is (its pre Win10) so I simply modified it.
Unpack the download (Install.cmd, winhlp32.exe, winhlp32.exe.mui) to a new directory.
Edit the install.cmd and add the following two lines to the ‘settings’ section:
set WindowsVersion=7
goto :BypassVersionError
(yes, ‘WindowsVersion=7’ is correct.) Save the file and execute as administrator.
All should go without error. Delphi help, and every other help file I’ve tried, now works exactly as it should
This seems to be exactly the solution that I need! Komeil’s page seems to be down however, any suggestion for another location for the required files?
Komeil’s site is up again!
Followed your instructions for Delphi 7 on Windows 10 x64, Version 1803 and it works! Thanks.
Thanks man, you are the best. It worked fine!
What a great tip.
I have missed the help feature for a long time but now have installed it on 2 Win 10 pcs, to work with Delphi 7.
Thanks a heap.
Komeil’s site is up, but clicking on the downloads produce a blank screen.
Local copy of winhelp download now!
I works really nice, thank you!
works great, thank you so much!
Awesome. Worked Perfectly.
thank u so mutch it work perfectly
thank u so mutch it work perfectly
Thanks for the solution, pal!