There is a dll library. It also has the files lib, def, and header h. How to connect all this stuff to a C # project?
- InterOp msdn.microsoft.com/en-us/library/2x8kf7zx.aspx Pinvoke pinvoke.net - Serginio
- As I understand it, this is how to call dll in C ++ made in C #. And I need the opposite. - Selya
- It is the native DLL call from the managed code msdn.microsoft.com/ru-ru/library/aa288468 ( v=vs.71) .aspx - Serginio
- Here's another msdn.microsoft.com/ru-ru/library/55d3thsc.aspx - Serginio
|