Hamlib/extra/kylix
Daniele Forsi d7b332c3f7 Fix spelling errors
Fixed using the following command:
codespell --write-changes --summary --skip=*.m4 --ignore-words-list="develope,get's,quitt,setts,som,ue,vektor"
codespell --write-changes --summary --skip=aclocal.m4,lib --ignore-words-list="develope,get's,quitt,setts,som,ue,vektor"

Codespell home page: https://github.com/codespell-project/codespell
2020-07-24 09:02:48 +02:00
..
tests
HamlibComponents.pas Fix spelling errors 2020-07-24 09:02:48 +02:00
Makefile.am
README
hamlib_rigapi.pas Fix spelling errors 2020-07-24 09:02:48 +02:00
hamlib_rotapi.pas

README

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     <fgretief@sun.ac.za>