tlb file(using regasm) is made from a dll(using c# code), and i can use this in c++ using #import. and everything is working fine. Is there a way, i can use this in C language?
Neither C nor C++ have an #import preprocessor directive.