How to use Xbase++ from your C/C++ code

I Love Xbase++ (ILX)
The portal for Xbase++ developers worldwide

Steffen F. Pirsig

Member
Staff member
I am here to help you!
Feb 3, 2021
42
3
14
8
Customer Identifier
E098079
The C-API of Xbase++ is provided for C developers. Using the C-API, C/C++ code can access Xbase++ code and functions developed in C can be used with Xbase++. The __cdecl convention is used for both Xbase++ functions and C-API functions.

A simple example to write, compile and link C code to access Xbase++ can be found here.

We provide two different sets of interfaces to access Xbase++ from C/C++, the simple and slow Parameter-API and the more flexible and faster Container-API. We do not recommend to mix the two concepts in your C/C++ implementation.
 
Last edited: