Wrapping a DLL in C#

Feb 23 2006 12:13 PM
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?