This package includes the files:
	INTWIN.PH	Interrupt List phrases file for HC?? compression 
	README		This file
	FILE_ID.DIZ	Identification file
	INT2WHLP.CFG	Modified configuration filr for INT2WHLP
	BAG.INI		Baggage file

INTWIN.PH is a phrases file compiled from Ralf Brown's Interrupt List release
46 with Christian Mller-Planitz's and Bent Lynggaard's program INT2WHLP. A
phrases file contains compression information used by the HC31 and HCP help
file compilers when compiling in high compression mode.

The compilation includes INTERRUP.LST and most of the supplementary *.LST
files in Ralf Brown's Interrupt List package. Although it is most efficient
to use a phrases file compiled for the specific task, a phrases file
compiled for a similar task will often yield a shorter file (and shorter
compile time) than a compilation using the medium compression mode. To use
the phrases file in another help project than INTWIN, rename the file to the
name of your help project file and specify "compress=high" in your help
project file's [OPTIONS] section. The help project file has extension .HPJ,
retain extension .PH for the phrases file.

The reason for supplying this phrases file is that it is requires much
computer resources to compile it:
	630 kb < required DOS memory < 730 kb
	33 Mb < required free disk space < 52 Mb
which is not easily available on many computers.

This is a good opportunity to include a modified configuration file for
INT2WHLP. Unfortunately, the name of Oxford Computer Cunsultants full text
search facility is erraneously specified as "hsearchr" in the configuration
file included in release 46 of Ralf Brown's list; it should read "hintsrch".
Furthermore, some topic titles were changed in release 46, so INT2WHLP
fails to find some aliases. These things are corrected in INT2WHLP.CFG
included in this package. If you have already compiled the list into an
INTWIN.HLP file, you can use WH_wEdit.exe in package WH_ED111.ZIP to edit
"hsearchr" to "hintsrch" in the last two macros:
    Run wh_wedit under Windows control.
    Open file INTWIN.HLP.
    Open the Edit window and accept macros editing.
    Change the last two lines as described above.
    Save the file.

Due to errors in release 46 of the Interrupt List, you should edit two of
the files a little before you compile the list to an INTWIN.HLP file with
INT2WHLP:

INTERRUP.D line 2604: edit
---------------------------------------------
to
----------20---------------------------------
(Note: "20" must be in column 11-12)

INTERRUP.K line 2188: edit
	ES:BX -> variable pointer record (see #2685)
to
	ES:BX -> variable pointer record (see #2711)

INTERRUP.K line 2197: edit
Offset	Size	Description	(Table 2685)
to
Offset	Size	Description	(Table 2711)


The INT2WHLP.ZIP package in release 46 of the Interrupt List should include
a file BAG.INI. Alas, it was not include, but you can find it in this
package.


1995-06-04.
Bent Lynggaard <lynggaard@risoe.dk>
