Skip to content

Commit

Permalink
Merge branch 'main' of https://ghp_k8EUbvrIwCiGEtc8baedaTNGLEY12m09TL…
Browse files Browse the repository at this point in the history
…TS@github.com/AngusJohnson/Clipper2.git
  • Loading branch information
AngusJohnson committed Nov 19, 2023
2 parents 4955873 + 466efe7 commit 84d8012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DLL/ReadMe.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 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. (The latest precompiled DLLs can be found in [Clipper2's Releases](https://github.com/AngusJohnson/Clipper2/releases)).
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](https://github.com/AngusJohnson/Clipper2/blob/main/CPP/Clipper2Lib/include/clipper2/clipper.export.h). And the latest precompiled DLLs can be found in [Clipper2's Releases](https://github.com/AngusJohnson/Clipper2/releases).

This folder contains:
1. C++ code that compiles **Clipper2** into Windows DLLs (both 32bit and 64bit).
Expand Down

0 comments on commit 84d8012

Please sign in to comment.