[fpc-devel] Function Redirection Problem in Interfaces

Peter Vreman peter at freepascal.org
Mon Mar 27 11:33:46 CEST 2006


> Reproduction Procedure:
>
> 	1) Define a IBase interface and put some methods int it (Base1,
> Base2, Base3).
> 	2) Then define two more interfaces derived from IBas (IDerived1,
> IDerived2).
> 	3) All the methods are called differently, so, is not a problem of
> ambiguous overloading.
> 	4) Then make a class to implement the two derived interfaces
> (TTestCase).
> 	5) Then in that class provide two sets for the IBase's methods, and
> implement each of the interfaces redirecting it's methods to the
> respective
> set.

Fixed, Thanks for the test





More information about the fpc-devel mailing list