Use

You should put these files:

hlog.clm
hlog.o

into your Cobra\bin\libs\ folder, usually located at:

[DRIVE]:\Program Files\SqueakyDuck\Cobra\bin\libs\

You can optionally also copy the following file:

hlog.ver

into your Cobra\bin\ folder, usually located at:

[DRIVE]:\Program Files\SqueakyDuck\Cobra\bin\

The following barebones program shows how to include the unit:

Program
   Uses

       hlog

Begin
End