I have created a dll containing unmanaged c++ code (not a COM object).
While there are many examples on how to PInvoke the STATIC methods in the dll, I found no way on how to construct an object form a contained class. Is this possible?
I have created a dll containing unmanaged c++ code (not a COM object).
While there are many examples on how to PInvoke the STATIC methods in the dll, I found no way on how to construct an object form a contained class. Is this possible?