[fpc-pascal] IS operator and library created objects

Michael Schnell mschnell at lumino.de
Thu Aug 20 12:50:30 CEST 2015


On 08/20/2015 03:42 AM, Fabio Luis Girardi wrote:
>
> Everyone know some alternative (or more elegant)...

AFAIK FPC does not support using objects (er even strings) cross a 
dynamic library interface.

Delphi has "Runtime Packages" for this. But those are not (yet) 
implemented in fpc (which would need to do that for all OSes)

So you need to do "flat" library calls: no objects, no strings, ...

-Michael




More information about the fpc-pascal mailing list