[fpc-pascal] ftp server

Vannus vannus at gmail.com
Thu May 20 14:47:35 CEST 2010


i think you have to compile the .lpk in a certain order or something.
i have similar problem - but you can still use the components. something
along the lines of...

uses
  idhttp;

private
  idhttp: tidhttpclient;

form1.create()
begin
  idhttp:=tidhttp.create(self);
end;

its not as easy as to get started with, but you can still get the job done.
you might find an ftp server example in indydemos which will help until
design-time issue is resolved.

HTH

On 20 May 2010 09:25, Graeme Geldenhuys <graemeg.lists at gmail.com> wrote:

> Nataraj S Narayan het geskryf:
> >
> > Installed it from indyproject.org, using the .lpk. But no components
> > are shown in the IDE. Any clues?
>
> I don't use Indy at the moment, but would imagine there is some design time
> package that needs to be compiled and installed - so it registers in the
> IDE component palette.
>
> But just because it is not registered with the IDE, doesn't mean you can't
> use those components from code (at runtime). I do this very often with
> EpikTimer, DCPCrypt, SqlDB, OnGuard etc... None are registered on the
> component palette in my setup but works fine in my applications.
>
>
> Regards,
>  - Graeme -
>
> --
> fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
> http://opensoft.homeip.net/fpgui/
>
> _______________________________________________
> fpc-pascal maillist  -  fpc-pascal at lists.freepascal.org
> http://lists.freepascal.org/mailman/listinfo/fpc-pascal
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20100520/657a7775/attachment.html>


More information about the fpc-pascal mailing list