[Lazarus] How to tell lazarus the location of a used package?
Bo Berglund
bo.berglund at gmail.com
Tue Nov 23 20:03:26 CET 2010
On Tue, 23 Nov 2010 19:54:23 +0100, Bo Berglund
<bo.berglund at gmail.com> wrote:
>Anyway, now I understand what is going on and the package is
>recognized.
>
Well, I was a bit premature.
I now looked in the config dirs and located the packagefiles.xml files
and had a look inside.
This is what I found:
Original Lazarus config:
<Item7>
<Name Value="SdpoSerialLaz"/>
<Version Minor="1" Release="4"/>
<Filename
Value="C:\Programs\lazarus\components\sdpo\sdposeriallaz.lpk"/>
</Item7>
New SVN version from the fixes branch:
<Item6>
<Name Value="SdpoSerialLaz"/>
<Version Minor="1" Release="4"/>
<Filename Value="components\Sdpo\sdposeriallaz.lpk"/>
</Item6>
Why is one Lazarus using a relative path and the other an absolute
path?
Bo Berglund
More information about the Lazarus
mailing list