Can you please tell me how to use a DLL written in C ++ in a C # project?
There is a ready-made library, which is provided by the manufacturer of devices and programs. Because the process of exporting to another format requires extra steps, I want to write my converter using their library. But I can not understand how to fasten it to my C # project.
Here is the link Section "Developers"
Tell me how to use the functionality of this library?