_______________________________________________ fpc-devel maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-devel
If I install component package I must rebuild all Lazarus. It is
time-consuming. Would be better to have separate libraries like BPL in
Delphi. Applications compiled with FreePascal even stripped are big
(minimal with gui has 1.6 MB, with Synedit is about 2 MB). If it
posssible to separate fcl,lcl libraries from rest exe code?
If we want to distribute minimal exe, we not have to distribute
libraries. This involves problem: code must works not only with library
version strict to code, but with each higher. How solve it:
Libraries can't change too much, not remove public methods and change
parameters, only add method. It needs to handle with calls to object
field when ancestor object has added field. This requires intermediate
array or late linking calls to field or virtual methods?
- [fpc-devel] Suggestion: decomposition exe to dll Andrzej
- Re: [fpc-devel] Suggestion: decomposition exe to d... Jonas Maebe
- Re: [fpc-devel] Suggestion: decomposition exe ... Marco van de Voort
