From 8650a7b4557a2a6a0acf624a24a9ccc103ce8b45 Mon Sep 17 00:00:00 2001 From: Angus Johnson Date: Tue, 31 Oct 2023 14:42:25 +1000 Subject: [PATCH] Create ReadMe.md --- DLL/ReadMe.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 DLL/ReadMe.md diff --git a/DLL/ReadMe.md b/DLL/ReadMe.md new file mode 100644 index 00000000..f075f736 --- /dev/null +++ b/DLL/ReadMe.md @@ -0,0 +1,7 @@ +# 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. + +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.