If you are using VC++ .Net just include the dll in the references.
But .Net assemblies cannot be used as such from non .Net clients.
So if you are using something like a Builder or VC++ 6.0 or previous versions, you can make a wrapper for you C# DLL that can be consumed just like a COM Component.
Regards
Ankur Verma
|