[Lazarus] Equivalent of a Windows DLL on RPi?

Michael Schnell mschnell at lumino.de
Mon Sep 21 17:05:06 CEST 2015


On 09/21/2015 04:48 PM, Bo Berglund wrote:
> So I thought that maybe I could do the same here and have something 
> that a main program created natively in Python for instance could use.

Of course you _can_ do DLLs / sos for inter-language linking. But then 
they need a "standard" "flat" interface (no strings, no objects, ...) 
and this would make the project a lot more complicated than just using 
Delphi units.

-Michael




More information about the Lazarus mailing list