
This is sort of a HACK

Microsoft will not publish the specs to MSVCHELP.DLL so I needed
to hack this stuff together so I could use C 8

Known problems:

The search order is

CodeWrite help
	then:
Windows 3.1 API help
	then:
MFC.HLP (The addition in mfcdata.c and the algorithmic checking in changes.c)
	then:
MSXX.HLP


MSXX.HLP is the last stop, it is the catch all. The only problem is that WinHelp
does not return a not-found value - so winhelp comes up with invalid topic.

If you want better - bug microsoft for more information.

Lastly: I have no connection with Premia, the makers of code write. I am
simply a registered user who likes the product and wants to use it. The CWHELP.DLL
was built using thier library and if you do not have CodeWrite you probably
should not use this DLL.

If it does not work for you, don't use it. I accept no liability for this DLL. I
as a community minded developer am donating it to anyone who wishes to use it
with thier registered version of CodeWright.
