I have needed to modify code in a C# DLL and use it within a C++ application. I am not savvy at all in C++, so if something isn't clear let me know. I've registered the C# assembly using: regasm file.dll /tlb:file.dll /codebase However, when I try to use this [...] read more