[Lazarus] [FEATURE REQUEST] Dotted package names

Sven Barth pascaldragon at googlemail.com
Sat Aug 13 09:18:51 CEST 2016


Am 12.08.2016 23:34 schrieb "silvioprog" <silvioprog at gmail.com>:
>
> On Fri, Aug 12, 2016 at 5:19 PM, Sven Barth <pascaldragon at googlemail.com>
wrote:
> [...]
>>
>> Sidenote: Dynamic packages will support dotted names as well. Currently
I'm trying to get the package rtl.objpas to link ;)
>
> Forgive my ignorance, but, what are Dynamic packages? ^^'

The possibility to share binary code among multiple programs by placing it
in libraries that also contain a bit of compiler magic. They'll also allow
Lazarus to dynamically load components (without recompiling) or for anyone
to easily have a plugin system cause you can share strings, classes, etc.
without any problems between the "libraries" and the main program.
In Delphi you might recognize them from their bpl extension (in FPC it will
be ppl).

Regards,
Sven
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20160813/9dac40a4/attachment.html>


More information about the Lazarus mailing list