Kenneth Porter
2010-03-04 20:01:32 UTC
A vendor has supplied me with a DLL and .LIB of a C++ .NET wrapper around
their C API. No header file. My existing app is all unmanaged C++ with no
special MS libraries (like ATL and MFC). How do I hook this into my
existing solution?
With an unmanaged library I'd just #include the header and add the library
to the link inputs. What's the equivalent for a .NET library?
their C API. No header file. My existing app is all unmanaged C++ with no
special MS libraries (like ATL and MFC). How do I hook this into my
existing solution?
With an unmanaged library I'd just #include the header and add the library
to the link inputs. What's the equivalent for a .NET library?