MDF4Writer DLL
==============
Current version: 1.0.0.31, May 06, 2021

Changes in version 1.0.0.31:
- New function SetRangeTime(): Fills in time description after data blocks were
  written. Precondition: SetTimeStats() must be called after the time channel 
  was created.
- New function SetRange(): Fills in min/max values of a signal (must not be master signal!)

Changes in version 1.0.0.30:
- The function SignalDescription() did not add SI blocks. This habe been added.

Changes in version 1.0.0.28:
- New function AddSignalExe(): The new last parameter defines the signal ID of the 
  "default x signal".

Changes in version 1.0.0.27:
- New function FileDescriptionEx(): 
  * Passes XML string unchanged to MDF4 file. 
  * Defines start time in s (double).
- Groups without master channels can be defined.

Changes in version 1.0.0.26:
- Change internal table to make registration work again.
- Update of documentation

Changes in version 1.0.0.25:
- The function SetMinMax() interpreted min/max values as physical values rather 
  than raw values. This was corrected.

Changes in version 1.0.0.24:
- Some code cleanup.

Changes in version 1.0.0.23:
- A possible error setting the comment was removed.

Changes in version 1.0.0.22:
- New compiler (VS2019)

Changes in version 1.0.0.21:
- A standard DLL interface was added. It is now possible to call the DLL directly 
  without COM overhead.

