i think you have to compile the .lpk in a certain order or something.<br>i have similar problem - but you can still use the components. something along the lines of...<br><br>uses<br>  idhttp;<br><br>private<br>  idhttp: tidhttpclient;<br>
<br>form1.create()<br>begin<br>  idhttp:=tidhttp.create(self);<br>end;<br><br>its not as easy as to get started with, but you can still get the job done.<br>you might find an ftp server example in indydemos which will help until design-time issue is resolved.<br>
<br>HTH<br><br><div class="gmail_quote">On 20 May 2010 09:25, Graeme Geldenhuys <span dir="ltr"><<a href="mailto:graemeg.lists@gmail.com">graemeg.lists@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">Nataraj S Narayan het geskryf:<br>
><br>
</div><div class="im">> Installed it from <a href="http://indyproject.org" target="_blank">indyproject.org</a>, using the .lpk. But no components<br>
> are shown in the IDE. Any clues?<br>
<br>
</div>I don't use Indy at the moment, but would imagine there is some design time<br>
package that needs to be compiled and installed - so it registers in the<br>
IDE component palette.<br>
<br>
But just because it is not registered with the IDE, doesn't mean you can't<br>
use those components from code (at runtime). I do this very often with<br>
EpikTimer, DCPCrypt, SqlDB, OnGuard etc... None are registered on the<br>
component palette in my setup but works fine in my applications.<br>
<div><div></div><div class="h5"><br>
<br>
Regards,<br>
  - Graeme -<br>
<br>
--<br>
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal<br>
<a href="http://opensoft.homeip.net/fpgui/" target="_blank">http://opensoft.homeip.net/fpgui/</a><br>
<br>
_______________________________________________<br>
fpc-pascal maillist  -  <a href="mailto:fpc-pascal@lists.freepascal.org">fpc-pascal@lists.freepascal.org</a><br>
<a href="http://lists.freepascal.org/mailman/listinfo/fpc-pascal" target="_blank">http://lists.freepascal.org/mailman/listinfo/fpc-pascal</a><br>
</div></div></blockquote></div><br>