Skip to content

Commit

Permalink
Update ReadMe.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AngusJohnson authored Nov 14, 2023
1 parent e600a23 commit 21e3db5
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 linked directly into applications using any one of those languages. Now developers who use other programming languages can also access almost all of Clipper2's features using a C++ compiled dynamically linked library. And because the C++ code is significantly faster than either C# or Delphi, developers using those languages may also prefer using the DLL when performance is critical.
The Clipper2 library is written in several languages (C++, C# & Delphi Pascal) and can be compiled and linked directly into applications using any one of those languages. Now developers who use other programming languages can also access almost all of Clipper2's features using a C++ compiled dynamically linked library. And because the C++ code is significantly faster than either C# or Delphi, developers using those languages may also prefer using the DLL when performance is critical. (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 21e3db5

Please sign in to comment.