Samaursa
Samaursa

Reputation: 17197

Library to generate a CHM file

I have been looking for a library that will expose functionality to allow me to generate CHM files. As far as I can tell, that does not exist and I will have to rely on CHMBuilder (in SandCastle) but I thought I would ask before going that route.

Upvotes: 5

Views: 813

Answers (2)

ccozad
ccozad

Reputation: 1129

Microsoft HTML Help SDK

http://msdn.microsoft.com/en-us/library/ms670169(VS.85).aspx

Upvotes: 4

Marco van de Voort
Marco van de Voort

Reputation: 26358

There is a lib, and a (cross-platfomr) commandtool in Free Pascal. It is in Pascal (Delphi dialect) though.

Upvotes: 0

Related Questions