[fpc-pascal] Implementing an COM-style Interface: Function Redirection Problems

Michael Van Canneyt michael at freepascal.org
Sat Mar 25 16:04:37 CET 2006


On Fri, 24 Mar 2006, Leandro Conde wrote:

> Hi people,
>
> I've been trying to port, from Delphi to FPC in windows, a large open source
> library which uses many COM-style interfaces, and in this process found that
> the "interface function redirection" [1: see below] feature, for redirecting
> the interface's methods to other functions with different names, is not
> working properly ...

interface function redirection does not work in FPC, AFAIK.
There is a comment about this in the documentation.

Unless Florian or Peter have implemented it in the meanwhile,
there has been some discussion about this.

Michael.




More information about the fpc-pascal mailing list