Does anyone know if it is possible to use an fpc interface type to
access an interface exported (as a pointer to the interface) by a C++
program on Linux or Windows or both?
Tony Whyman
MWA
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http
Am 11.07.2014 17:21 schrieb "Tony Whyman" :
>
> Does anyone know if it is possible to use an fpc interface type to
> access an interface exported (as a pointer to the interface) by a C++
> program on Linux or Windows or both?
It should be possible if you use COM interfaces on FPC side and MSVC or