Mar 17, 2004 #1 J Jell Member Joined Mar 5, 2004 Messages 10 I am importing a DLL into my managed C++ code, using DllImport. This DLL exports a class... and does not exports its methods explicitly. How can i access the methods of this class in my managed code??
I am importing a DLL into my managed C++ code, using DllImport. This DLL exports a class... and does not exports its methods explicitly. How can i access the methods of this class in my managed code??