Harbour
Appearance
Description

An open source multi-platform xBase database compiler that uses a C compiler as a back end to generate binaries.
Versions
- Latest version: v.3.0.0
Prerequisites
- Open Watcom C compiler, used to compile the output of the xHarbour compiler into machine code.
- GCC compiler, alternative tool to compile the output of the xHarbour compiler into machine code, available in versions for both the 3.x and 4x GCC Branches.
- Note that using the GCC back end means that the complied binary will rely on GCC DLL's
Links
- Harbour Homepage
- Harbour Project Brazil - In both English and Portuguese, some info on this page that is not on the main page, but otherwise outdated
- Developers forum
- Users forum
License
- The bulk of the project is licensed under the GPL v2.
Author
- Harbour Project
- Antonio Linares (Project starter)
- Maurilio Longo (OS/2 Port)
- Przemyslaw Czerpak
Source
- Harbour is primarily written in C with a few libraries being written in C++
- Source code repository