Reputation: 903
I have a legacy COM OCX which has COM interface definitions outside of ODL file. COM interface is declared in .h file and and it's class implementation is done using ATL way. When I tried to generate tlb and then Managed dll from it. It doesn't include all the interfaces and classes. It includes only the interfaces and classes defined in odl file.
How to get all definitions in the tlb and managed dll from the OCX?
Upvotes: -1
Views: 28