[Lazarus] Package issues
Mattias Gaertner
nc-gaertnma at netcologne.de
Sat Jul 2 11:30:21 CEST 2016
On Sat, 2 Jul 2016 10:32:59 +0200
Werner Pamler <werner.pamler at freenet.de> wrote:
> Am 02.07.2016 um 02:22 schrieb Mattias Gaertner:
> > On Fri, 1 Jul 2016 21:34:12 +0200
> > Werner Pamler <werner.pamler at freenet.de> wrote:
> >
> >> [...]
> >> I still wonder why the IDE compiles correctly with TAChart - it
> >> constists of the main package TAChartLazarusPkg and several dependent
> >> packages such as TAChartWMF or TAChartFPVectorial.
> > Because these packages are mutually exclusive. You never use both in
> > an application.
> >
> > Mattias
> No. Why shouldn't it be possible to store a chart as wmf *AND* as svg?
You are right.
Probably it works because they both use TAChartLazarusPkg, which
compiles all shared units, which pins the compilation order.
Mattias
More information about the Lazarus
mailing list