I want to create an application that uses the IDM API, although it is not actually compiled into dll, these are three files created in c ++ and their extension: .h, .tlb, .c.
Here is the link to the page: IDM API .
I want to be able to use these files in a C # project, I googled it, and I found that I need to compile these files in a dll in order to be able to use them.
Please someone take a look at the links and tell me what I can do to use the API, and if you want to compile these files in a dll, please tell me how.
Thank you
source share