Use

To use the libary in your program, you will need to either copy the files basilisk.clm and basilisk.o to your Cobra Lib folder (usually [Drive]:\Program Files\SqueakyDuck\Cobra\bin\libs) or copy basilisk.cps to the same folder as the program you want to use it in.

The following barebones program shows how to include the unit:

Program
   Uses
basilisk

Begin
End

You can optionally also copy the following files:

basilisk.ver

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

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