I have a C++ DLL/IDL, comprised of several CoClasses, which needs to be wrapped for inclusion into a C# project. My first attempt to call LoadLibrary on the wrapped dll failed; I must have not wrapped the dll correctly. Where is a good example of what needs to be accomplished for a wrapped C++ DLL to be used from within a C# project?
Thank you for your time.