How to tell whether a COM dll contains type library or not?
I failed to register a COM dll(regsvr32 some.dll) possibly because the dll does not contain the type lib for the COM server. I would like to know how to check if the dll contains a type lib or not.