Clipper.Export


This unit contains the code that exports library functions via shared object files (.DLL or .so). All the exported path structures are simple C style arrays (of type int64_t and double) that can be easily parsed and transformed into more convenient structures by applications that access the DLL. 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 using this DLL.

Exported functions: