<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">2013/12/19 Mattias Gaertner <span dir="ltr"><<a href="mailto:nc-gaertnma@netcologne.de" target="_blank">nc-gaertnma@netcologne.de</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<br>

> Frederic Da Vitoria <<a href="mailto:davitofrg@gmail.com">davitofrg@gmail.com</a>> hat am 19. Dezember 2013 um 12:09<br>
> geschrieben:<br>
<div class="im">><br>
><br>
> Hello,<br>
><br>
> I am trying to use the MultiLog package. I installed the MultiLog package in<br>
> Lazarus. I can easily create and use a demo project if the project is in<br>
> MultiLog's source directory. But if I try to use MultiLog in a project<br>
> situated in another directory, FPC can't find MultiLog's units when I put them<br>
> in the uses clause. Of course I could add MultlLog's path to my project's<br>
> "Other unit files" (I checked, it woks), but I find this not user-friendly<br>
> (the "user" here is me :-) ), because I'd have to do the same in all the<br>
> projects where I'd want to use MultiLog. I could also put the MultiLog source<br>
> in the Lazarus path, but I don't like this idea. I'd rather set the path in<br>
> the package somehow and let Lazarus transmit this path to FPC, if possible.<br>
><br>
> I tried setting the MultiLog package's "Unit" zone to $(PkgOutDir);$(PkgDir)<br>
> but aborted installation after a few error messages.<br>
> I tried setting the MultiLog package's "Object" zone to $(PkgDir) but this did<br>
> not help.<br>
><br>
> Is there a solution or is what I am hoping for currently impossible?<br>
<br>
</div>One of the main ideas of Lazarus packages is that you only add the package to<br>
your project and the IDE sets the search paths automatically.<br>
In fact many error messages and concistency checks assume that you do that.<br>
That's why many Lazarus projects and packages seems to have no search paths.<br>
<br>
You can add MultiLog to your project either via the Project Inspector, or via<br>
IDE menu<br>
Package -> Open Recent Package -> multilog.lpk (this opens the package editor)<br>
-> click on Use -> Add to project. Close the package editor.<br>
</blockquote></div><br></div><div class="gmail_extra">So simple! <br><br>Thanks.<br clear="all"></div><div class="gmail_extra"><br>-- <br>Frederic Da Vitoria<br>(davitof)<br><br>Membre de l'April - « promouvoir et défendre le logiciel libre » - <a href="http://www.april.org" target="_blank">http://www.april.org</a><br>


</div></div>