0
Answer

Wrapping a DLL in C#

Ask a question
I'm trying to import an old DLL for a .NET project. I've been able to get some test code working from tutorials, but the DLL I'm importing uses a constructor.

I can't find any examples of how to implement this so I can pass the object back for the rest of the calls, can anyone point me in the direction of some code?