[fpc-pascal] Tips on building OLEServer calls

Michael Van Canneyt michael.vancanneyt at wisa.be
Mon Apr 11 14:55:52 CEST 2005



On Mon, 11 Apr 2005, Mark, Joseph Sweeney wrote:

> Hello there,
>
> I'm trying to use FPC to compile and build an application that includes an
> COM type library.
> This type library was generated through Borland Delphi 7.
> When doing this through FPC it asks for OleServer, which then uses the
> TDispId class.
>
> Do you know if FPC can use OleServer,
> 	or does it have its own implementation of accessing COM
> 	or is there a way of generating a type library though FPC.
>
> Or what way would you recommend to do this?

I am not sure it is possible; Currently, FPC has no support for
DispInterface interfaces, which Delphi uses to implement OLE servers.

Michael.




More information about the fpc-pascal mailing list