[EMAIL PROTECTED] wrote on Monday, 14 June 2004 3:59 p.m.: > Presuming the Application is called App, I have six files as follows > :- AppHelp.rtf (125K) which I presume is the source, ultimately > makes AppHelp.hlp (25K). > > I also suppose that AppHelp.hjp (1K) , AppHelp.gid (11K) , > AppHelp.fts (42K) , and AppHelp.cnt (2K) were created along the way.
The HPJ file is a help project file. This refers to the RTF file which is indeed the source. You can edit this RTF file in Word, and then use one the Microsoft Help Compiler (hc.exe) to compile it, or alternatively you could go for one of the help authoring tools such as AuthorIT! (which is what our technical writer uses, and is NZ made). The gid and fts files are for searching and user options and should not be distributed. Cheers, Paul _______________________________________________ Delphi mailing list [EMAIL PROTECTED] http://ns3.123.co.nz/mailman/listinfo/delphi
