C++Builder
#575
Replies: 1 comment 1 reply
-
The CPP code is standard C++17. As long as your compiler supports this, you can simply compile the code into objects and link with your main program as you would with any other C++ code. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I would like to use Clipper2 with C++Builder 10.4.
Is there a direct implementation for this compiler?
Reason:
The Delphi/Pascal code is automatically converted into hpp by the compiler poses a number of hurdles that are not easy to circumvent. It finally compiles, but doesn't work.
And I could not convert the Visual C++ code into C++Builder code.
Beta Was this translation helpful? Give feedback.
All reactions