Clipper.Export


This C++ unit contains the code that exports the Clipper library's functions via shared object files (.DLL or .so). To ensure that these functions can be accessed by any programming language, the exported path structures are simple C style arrays (of type int64_t and double). For details, see the extensive comments embedded in the clipper.export.h file.

The library also contains C++ code that creates a Windows DLL file, and several sample applications written in C# and Delphi that demonstrate accessing the DLL's functions from other languages.

Exported functions: