E
E
Evgeny Ivanov2021-02-17 12:24:10
Delphi
Evgeny Ivanov, 2021-02-17 12:24:10

How to include third party library in Delphi?

I wrote a library in C#. And I want to include it in my Delphi project.
How to include a library in Delphi?
--
Previously, I have already included libraries, but after reading the manuals for connecting to Delphi, I realized that it would be better to ask it here.
Usually, libraries are connected with one line of code (JS) or two clicks (C#), but in Delphi they write about some procedures, function exports ...
In my C# library there are classes and methods. There are no procedures.
And the beauty of using a library is that you plug it in and call all its functionality, and not rewrite or adapt it to the application. At least that's how it's done in many languages.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Ananiev, 2021-02-17
@logpol32

Use COM

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question