If you are trying to use C++ classes from a library then the easiest way will be to use C++/CLI, but if you are just going to be using CDECL functions exported from a DLL, then I'd definitely use C# with PInvoke.
↧