I have situation where i have to call the VB6 COM from the C++/CLI. This thing can be achieved using the C# by adding the reference of VB6 dll in the Project because the Interop dll is automatically gets generated there.
But, my situation is bit different because i am using c++/CLI and need a way to call VB6 COM from C++/CLI code.
Secondly, is it possible to generate the .tlh of the VB6 COM.