Message-ID: <8D53104ECD0CD211AF4000A0C9D60AE30154A033@probe-2.acclaim-euro.net> From: Shawn Hargreaves To: djgpp AT delorie DOT com Subject: Re: Windows help format Date: Tue, 3 Aug 1999 13:23:08 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1460.8) Content-Type: text/plain Reply-To: djgpp AT delorie DOT com John L Meyer writes: > Has anybody translated the FAQ into a Windows help file? You can convert any TexInfo format docs to winhelp format. The Allegro FAQ tells how to do this for the Allegro docs, but the same thing will presumably work for the djgpp FAQ: You need to download the makertf conversion utility (ftp://ftp.coast.net/Coast/win3/winhelp/mkrtf104.zip), and the Windows Help compiler (ftp://ftp.microsoft.com/Softlib/MSLFILES/HC505.EXE). Make a temporary directory, copy the allegro.txi file from the allegro/docs dir, and run the commands "makertf --no-warn allegro.txi -o allegro.rtf -J allegro.hpj" followed by "hcp allegro.hpj". The second command will give a lot of warnings, but they can safely be ignored. (note: this is very old info so those links may well be dead, but if so a websearch will be sure to turn up copies of the files). It is much easier, and usually looks prettier, to just use a web browser to view the HTML docs, though. Even Microsoft have ditched their custom help format in favour of HTML in recent versions of their compiler! Shawn hargreaves.