Is it time to deprecate COM compatibility through D interfaces?

Walter Bright newshound1 at digitalmars.com
Wed Apr 14 06:55:42 PDT 2010


Fawzi Mohamed wrote:
> please note that multiple inheritance in interfaces is still buggy, 
> things like casting directly an interface to another (without casting to 
> object first) or taking a delegate to a method of a super interface that 
> is not the first one fail in ugly ways.
> I have become very wary of interfaces because of this, and try to avoid 
> multiple inheritance in them as much as possible...
> I hope it will be fixed.

Are these in bugzilla?



More information about the Digitalmars-d mailing list