<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Oct 2, 2014 at 6:13 PM, Jonas Maebe <span dir="ltr"><<a href="mailto:jonas.maebe@elis.ugent.be" target="_blank">jonas.maebe@elis.ugent.be</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">On 02/10/14 22:52, Brian wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
Conclusion :<br>
<br>
Using {$UNITPATH/home/some/*} in the main program DOES NOT WORK !<br>
</blockquote>
<br>
It behaves exactly as documented at <a href="http://www.freepascal.org/docs-html/prog/progsu121.html" target="_blank">http://www.freepascal.org/<u></u>docs-html/prog/progsu121.html</a> :<br>
<br>
"Note that this switch does not propagate to other units, i.e. it’s scope is limited to the current unit."<br>
<br>
"unit" should be interpreted as "compilation unit" in this context.<br><br>
Jonas</blockquote></div><div><br></div><div>Correct. But it does not work fine if the path contains two or more units. E.g:<br></div><div><br></div><div>{$unitpath path\to\the\all\units\of\the\synapse40\source\lib}</div><div><br></div><div><div>"..\..\3rdparty\synapse40\source\lib\httpsend.pas(72,3) Fatal: Can't find unit blcksock used by httpsend."</div></div><div><br></div><div>I tried too {$unitpath path\to\the\all\units\of\the\synapse40\source\lib\*}:<br></div><div><br></div><div><div>"Can not find unit httpsend used by myunit."</div></div><div><br></div><div>=(</div><div><br></div>-- <br>Silvio Clécio<br>My public projects - <a href="http://github.com/silvioprog" target="_blank">github.com/silvioprog</a>
</div></div>