forked from Hamlib/Hamlib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
31 lines (19 loc) · 973 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
hamlib for Borland's Kylix
~~~~~~~~~~~~~~~~~~~~~~~~~~
This is a Kylix binding for use with Hamlib. Binding consists of three files:
hamlib_rigapi.pas :
This file have the same function as `rig.h' for the C language. This
file should also be kept synchronized with `rig.h`.
hamlib_rotapi.pas
This file have the same function as `rotator.h' for the C language. This
file should be kept synchronized with 'rotator.h'.
HamlibComponents.pas
This file contain two components that encapsulate the rig and rotator
frontends. It is very simular to the C++ class.
A simple test program is included in the tests/ directory. It implements
a selection dialog and a very simple Radio Control dialog.
This binding was develop with Borland Kylix Open Edition Ver 2.0. Open Edition
is freely downloadable from Borland's website for use with GPL projects.
http://www.borland.com/kylix/
Contributors:
Francois Retief <[email protected]>