I have created a dll in C# which needs to be consumed by various C++ applications. During installation of my product, I execute the regasm command to generate the .tlb file for my dll.
How can I load this tlb from my C++ application and call functions on it?