Re: [fpc-pascal] Client/Server file transfer

2007-09-17 Thread Marco van de Voort
> > In Delphi I would probably use some of the ICS > > There are ports of ICS and Indy for FPC, but AFAIK they work under > Windows only. The current version of Indy is available for most platforms, and works fine with Lazarus. ___ fpc-pascal maillist

Re: [fpc-pascal] Client/Server file transfer

2007-09-17 Thread Stootch
Stephen Dickason wrote: In Delphi I would probably use some of the ICS There are ports of ICS and Indy for FPC, but AFAIK they work under Windows only. If you are familiar with ICS you can choose lNet (first letter is 'L'), especially if you plan to build GUI applications with Lazarus. O

Re: [fpc-pascal] Client/Server file transfer

2007-09-17 Thread Leonardo M. Ram
> Any advice is welcome, thanks > Stephen You can try Synapse Lib (synapse.ararat.cz). Leonardo M. Ramé http://leonardorame.blogspot.com Fussy? Opinionated? Impossible to please? Perfect. Join Yahoo!'

[fpc-pascal] Client/Server file transfer

2007-09-17 Thread Stephen Dickason
I'm needing to create two programs, a client and a server that will take a file via command line parameter, compress, encrypt and send it from one computer to another (possibly over the Net) and decrypt, decompress and save file in original form. In Delphi I would probably use some of the ICS comp

Re: [fpc-pascal] When is TComponent.Loaded called?

2007-09-17 Thread Graeme Geldenhuys
On 17/09/2007, Michael Van Canneyt <[EMAIL PROTECTED]> wrote: > > When creating components in code, it's assumed that you set them in the > proper order prior to setting Active. That's what I figured it was used for. Thanks for the explanation. Graeme. -- fpGUI - a cross-platform Free Pascal

Re: [fpc-pascal] When is TComponent.Loaded called?

2007-09-17 Thread Michael Van Canneyt
On Mon, 17 Sep 2007, Graeme Geldenhuys wrote: > Hi, > > As the subject says. When is TComponent.Loaded called? I'm trying to > use it in fpGUI to initialize a few things in a component, but Loaded > never seems to execute. > > Reading the Kylix 3 help, it says Loaded is called by the streamin

[fpc-pascal] When is TComponent.Loaded called?

2007-09-17 Thread Graeme Geldenhuys
Hi, As the subject says. When is TComponent.Loaded called? I'm trying to use it in fpGUI to initialize a few things in a component, but Loaded never seems to execute. Reading the Kylix 3 help, it says Loaded is called by the streaming system that loads the 'form files'. Well fpGUI doesn't use '

Re: [fpc-pascal] Support Interfaces

2007-09-17 Thread Graeme Geldenhuys
On 17/09/2007, Stephen Dickason <[EMAIL PROTECTED]> wrote: > I am stuck with Windows XP and DG/UX unix for the moment, but want to move > into linux (which version and gui will be interesting - pointers would be > useful). An alternative to Lazarus's LCL is the fpGUI toolkit. I am actively working

RE: [fpc-pascal] Support Interfaces

2007-09-17 Thread Daniël Mantione
Op Mon, 17 Sep 2007, schreef Stephen Dickason: > >> I'm new to the multi-OS programming environment and wondered if there was > >> some documentation on the different interface mechanisms used in FPC? > >Please elaborate. Interface as in the language feature regarding > >interfaces between class

RE: [fpc-pascal] Support Interfaces

2007-09-17 Thread Stephen Dickason
>> I'm new to the multi-OS programming environment and wondered if there was >> some documentation on the different interface mechanisms used in FPC? >Please elaborate. Interface as in the language feature regarding >interfaces between classes? Or operating system interfaces, i.e. API? >Daniël Sor

Re: [fpc-pascal] Support Interfaces

2007-09-17 Thread Daniël Mantione
Op Mon, 17 Sep 2007, schreef Stephen Dickason: > I'm new to the multi-OS programming environment and wondered if there was > some documentation on the different interface mechanisms used in FPC? Please elaborate. Interface as in the language feature regarding interfaces between classes? Or ope

[fpc-pascal] Support Interfaces

2007-09-17 Thread Stephen Dickason
I'm new to the multi-OS programming environment and wondered if there was some documentation on the different interface mechanisms used in FPC? *--- This E-Mail may contain confidential and/or privileged information. It is only i

Re: [fpc-pascal] why is there no port property in sqldb?

2007-09-17 Thread Joost van der Sluis
Op maandag 17-09-2007 om 09:31 uur [tijdzone +0700], schreef Bee: > > Ah, now I see. Please don't use such an old version, as I told you > > before. Next time, always mention your version. So we can tell you to > > test the latest version, before we'll try to help you. > > Sorry I forgot to mentio