How in my code (Delphi) to make CHM files from a bunch of HTML (with linked image files)? Details needed, thanks!
|
feedback
|
|
Maybe there are libs/components to do that. Personnaly, I made it myself as it is quite easy. Your application should
As an example, have a look to DelphiCodeToDoc CHM generator. | |||||
feedback
|
|
The normal way to do this is to use I don't see where Delphi comes into the building of the | |||||||||||
feedback
|
|
Free Pascal includes a CHM read/write library (without dependancies), and SVN versions also contain a basic commandline CHM compiler. The license is the same as the rest of FPC's Library, LGPL with static linking exception, so fine for commercial use. I think it should be fairly easy to port to Delphi. The somewhat outdate package page for this package is http://wiki.freepascal.org/chm The package was originally developed for FPC's library documentation tool fpdoc. (Documentation is generated nightly in some cases, and all FPC/Lazarus' servers are Unix) | |||
|
feedback
|