Jump to content

X2C

From EDM2
Revision as of 13:06, 16 December 2014 by Reiknir (talk | contribs) (Created page with "==Description== X2C is an xBase to C compiler originally shipped as a commercial product in the early 90's by a company called '''Desktop Ai''' and was originally for ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

X2C is an xBase to C compiler originally shipped as a commercial product in the early 90's by a company called Desktop Ai and was originally for DOS, OS/2 and select Unix systems but added support for Windows later on. X2C creates executable programs from Xbase source by converting Xbase source into C and then compiling, and linking with included Xbase function libraries, in this respect it behaves like the much later Clip, Harbour and xHarbour systems.

Standards supported

As X2c is slightly older than the other xBase compilers it only supports older xBase language variations including full support for:

Partial support offered for language extensions used by:


Version

Prerequisites

  • Borland C++ v2x (although other C compilers like Open Watcom or GCC should work as well.)

Links

License