On Tue, Jul 2, 2013 at 5:14 PM, Fabio Luis Girardi <[email protected]> wrote: > Why Lazarus includes on the project LPR the main source of each > package used instead of only add the package path to the project unit > path and the unit of the used component to the uses clause of > respective form/datamodule? > > E.g: If I include any component of the package pascalscada_hmi.lpk, > the source pascalscada_hmi.pas will be included on project LPR. Why?
It should not. You are doing something wrong. Did you add the package dependency to the project correctly? Juha -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
