Load tlb at runtime in C++

238 views Asked by At

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?

0

There are 0 answers