Hi,

I'm trying to create an interface IPerso that is derived from an Interface IInt2. The problem is that IInt 2 is derived from IInt 1 and so VB 6.0 do not compile my dll because IInt 2 does not derived from IDispatch or IUnknown. How can I go through this problem?

Thanks for your help