In our previous episode, Sven Barth via fpc-devel said: > And it's not about saving RAM or disk memory! It's about *binary code > reuse*, the ability to fix a bug in multiple executables by merely > fixing the one bug in a package.
And for extensions too. If a program has a package N that governs plugins, all plugins can also link to that N and work with it as if it was part of the main program (with some minor limitations), sharing all library state and compiler generated tables. Being able to deliver parts only to some customers, or parts developed after the main application has been delivered is a major feature. _______________________________________________ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel