Type library without coclass
ATL / WTL / STL
4
Posts
3
Posters
0
Views
1
Watching
-
Hi all experts I have a few COM type libraries from a vendor . In the type libraries, there is only interfaces without coclass I am using visual c++, can any body show me a sample or teach me how to use the interfaces thanks
-
I'm going to assume that you have the DLL or EXE that belong to each typelib. Are you able to register the DLL/EXE ? Can you create any object using VBA (Office) or VB if you add a reference to the typelib ? DarkByte
-
Hi : i have a set of dll that comes with the type lib. yes i can register them. however i have also do an object view on all the dll none of them contain the coclass referencing to the tlb no i can't create any object using VBA any other clue thanks