Jump to content

Harbour

From EDM2
Revision as of 16:44, 3 December 2014 by Reiknir (talk | contribs) (Created page with "==Description== 250px|right An open source multi-platform xBase database compiler that uses a C compiler as a back end to generate binaries. ==V...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

An open source multi-platform xBase database compiler that uses a C compiler as a back end to generate binaries.

Versions

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

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