You can't use it directly - only DLLs can be loaded from C#. However,
you could write a DLL in C++ which linked against the .lib and exposed
everything you needed.
You can't use it directly - only DLLs can be loaded from C#. However,
you could write a DLL in C++ which linked against the .lib and exposed
everything you needed.