Hi,

I am trying to access the functionality contained within a C# DLL in my visual C++ project. At first I thought it was a problem with how I was trying to use it in C++. It appears now that I dont have 'DllRegisterServer' or the Unregister.

I have the source code for the DLL. How can I make it usable in my C++ project. At the moment it compiles fine, but at runtime it falls over. The full error messages are in the thread linked to below.

Please see here for my original thread.

Many Thanks.