How in my code (Delphi) to make CHM files from a bunch of HTML (with linked image files)? Details needed, thanks!
Solution: Run Windows Explorer, right-click on the CHM file, and select Properties from the popup menu. Click on the Unblock button immediately below the Advanced button on the General page. Click Apply to show the content. Once the CHM file has been unblocked, the Unblock button disappears.
Microsoft Compiled HTML Help is a Microsoft proprietary online help format, consisting of a collection of HTML pages, an index and other navigation tools. The files are compressed and deployed in a binary format with the extension . CHM, for Compiled HTML. The format is often used for software documentation.
The normal way to do this is to use hhc
from Microsoft's HTML Help Workshop to build a help project, specified in a .hhp
file. You can write the .hpp
file yourself, and all its auxiliary files. Or, more commonly, you can use a 3rd party help authoring tool of which there are many.
I don't see where Delphi comes into the building of the .chm
file, but if I've missed something then please update your question to add more details.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With