Jump to content

Harbour: Difference between revisions

From EDM2
mNo edit summary
No edit summary
Line 22: Line 22:
* [https://code.google.com/p/harbour-and-xharbour-builds/downloads/detail?name=xhb-diff.txt Harbour vs. xHarbour] - Document that shows the main difference between Harbour and its fork [[xHarbour]]
* [https://code.google.com/p/harbour-and-xharbour-builds/downloads/detail?name=xhb-diff.txt Harbour vs. xHarbour] - Document that shows the main difference between Harbour and its fork [[xHarbour]]


==License==
==Licence==
* The bulk of the project is licensed under the [[GPL v2]].
* The bulk of the project is licensed under the [[GPL v2]], the library gets a special exception to allow users to create programs that are not bound by the "viral" part of the GPL licence, it is known as [[The Harbour Project Library Licence]].


==Author==
==Author==

Revision as of 17:55, 24 June 2016

An open source, multi-platform object-oriented xBase database compiler that uses a C compiler as a back end to generate binaries. Although it has been forked a couple of times, Harbour is the oldest open source Clipper clone out there (if we ignore old xBase in Clipper DOS tools like nanoBase) and has by far the largest mind share of the xBase compatible toolchains, not the least because they have had a rather conservative attitude towards development and platform support.

In addition to xBase compatibility the toolkit supports connection to SQL databases.

Foreign libraries with Harbour support

  • Cairo - 2D graphics library - Open source - Current

Versions

  • Latest stable version: v.3.0.0
  • Beta version: 3.2.0 dev (2016-06-23) - Currently only supports the Watcom toolchain or the latest version of GCC.

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 as a GCC back end rather than Watcom means that the compiled binary will rely on GCC DLL's

Links

Licence

  • The bulk of the project is licensed under the GPL v2, the library gets a special exception to allow users to create programs that are not bound by the "viral" part of the GPL licence, it is known as The Harbour Project Library Licence.

Author

  • Harbour Project
  • Antonio Linares (Project starter)
  • Maurilio Longo (OS/2 Port)
  • Przemyslaw Czerpak (Current Harbour maintainer and OS/2 port author)

Source