Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Clipper2 DLL

The Clipper2 library is written in several languages (C++, C# & Delphi Pascal) and can be compiled and statically linked into applications using those languages. Now developers using other programming languages can also access almost all of Clipper2's features by dynamically linking to a C++ compiled library. Exported functions and their related data structures are well documented in clipper.export.h. And the latest precompiled DLLs can be found in Clipper2's Releases.

This folder contains:

  1. C++ code that compiles Clipper2 into Windows DLLs (both 32bit and 64bit).
  2. Several sample applications that demonstrate how to use these DLLs in non-C++ languages.