Pre-release
12/4/00

* Changed name of lc4hstest to test4hs to be consistent with config4hs
* Fixed bug in config4h - device state was not invalidated when config
  was edited
* Fixed bug in test4hs mapped memory pointer was not updated when a new
  card was selected
* Changed the icon for Install
* Added new example (delphiw32) just to show that delphi really does 
  produce the most compact win32 programs.
* fixed name of output checkboxes in test4hs
* altered arrangement of polling outputs in test4hs
* altered names of channels on Polling Page (now 1 - 4)

13/4/00
* Fixed bug in driver which was causing event log messages to be written 
  by the ElwDetect routine. OverrideConflict parameter was not being
  passed on properly

14/4/00
* Altered Lc4hsGetErrorMessage. Now if the code is not recognised, it is handed
  over to Windows.FormatMessage to see if it is a windows code - this is almost
  certainly what applications would do with it.

16/4/00
* When I tested GetZeroAD with VB I found that VB seems to align elements of Word
  Arrays on 32 bit boundaries. (Is  WORD an OLE Type? Maybe this is the trouble - 
  I suspect VB uses SAFEARRAYs) Anyway, in the interests of a quiet life, I have
  made ALL parameters 32 bit. This has resulted in changes to the DLL, all the 
  examples, the test prog, etc... etc... I still have not tested every function on
  every language. (And probably won't)

25/04/00
Config4hs 1.01 Test4hs 1.01
Release 1.00 files failed to load lc4hs.dll. 


26/04/00
product release 1.01
I have changed the structure of the examples again, in order to make it more
obvious where to find the headers and libraries. Explicit link example is now
a vc5 project + SDK makefile. Have added lib for the bc5 example which is now
implicitly linked, with its own example. Added example for Borland C++ Builder, 
and altered Lc4hs.h to make it work when linked with C++ objs. I have also done
an MFC example, but don't intend to document it at this stage - but I wanted to 
check that it would link OK. Also Lc4hs.h no longer includes Lc4hsMsg.h (this was
daft).

1/5/00
product release 1.01
Some very small changes at Request of David Snir. Removed reference to Lc4hsDetect
from Lc4hs.h. Also wee bug in VB5\Lc4hsApi.txt. Removed Lc4hsDetect from this file.
Mailed files to David. Updated archive at ftp site.

5/6/00
lc4hs_test 1.02 
GetZeroADExecute was incorrectly assigned to MainForm.OnClick.