- 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.
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.
- Xbase++ Parameter API, not recommend, only for Clipper backward compatibility.
- Xbase++ Container API , full access to Objects, workareas and much more (new C code shall use that interface).
Last edited: