[fpc-pascal]using sessions and cookies with Free Pascal

2004-02-03 Thread JK
Hi All, is there a way to read/write cookies and use sessions in FP? I can't find it in cgiapp. Thanks! // jilani -- Jilani Khaldi http://jkhaldi.oltrelinux.com http://www.archsf.org (Architetti Senza Frontiere) ___ fpc-pascal maillist - [EMAIL PR

Re: [fpc-pascal]compiling CLX with FPC and Classes.Inc

2004-02-03 Thread Peter Vreman
>> I'd like to use fpc with FreeCLX, but when compiling I stumbled on the >> fact the SListIndexError is not known because {$i classes.inc} is >> included >> after implementation and not just behind interface. >> >> I hope this an error ? >> >> In kylix/source alike constants (constse.inc) are defi

Re: [fpc-pascal]compiling CLX with FPC and Classes.Inc

2004-02-03 Thread Peter Vreman
>> I'd like to use fpc with FreeCLX, but when compiling I stumbled on the >> fact the SListIndexError is not known because {$i classes.inc} is >> included >> after implementation and not just behind interface. >> >> I hope this an error ? >> >> In kylix/source alike constants (constse.inc) are defi

Re: [fpc-pascal]compiling CLX with FPC and Classes.Inc

2004-02-03 Thread Peter Vreman
>> I'd like to use fpc with FreeCLX, but when compiling I stumbled on the >> fact the SListIndexError is not known because {$i classes.inc} is >> included >> after implementation and not just behind interface. >> >> I hope this an error ? >> >> In kylix/source alike constants (constse.inc) are defi

Re: [fpc-pascal]reading windows registry

2004-02-03 Thread Michael Van Canneyt
On Mon, 2 Feb 2004, Charl van Jaarsveldt wrote: > Hallo. > > I have this little program to get te info of a certain ODBC entry n the > registry, but it doesn't work and I am at a loss. I admit, I haven't > done too much win32 stuff before. Any ideas and help would be appreciated. I suggest usin

Re: [fpc-pascal]compiling CLX with FPC and Classes.Inc

2004-02-03 Thread Michael Van Canneyt
On Tue, 3 Feb 2004, Den Jean wrote: > Hi, > > I'd like to use fpc with FreeCLX, but when compiling I stumbled on the > fact the SListIndexError is not known because {$i classes.inc} is included > after implementation and not just behind interface. > > I hope this an error ? > > In kylix/source a

[fpc-pascal]reading windows registry

2004-02-03 Thread Charl van Jaarsveldt
Hallo. I have this little program to get te info of a certain ODBC entry n the registry, but it doesn't work and I am at a loss. I admit, I haven't done too much win32 stuff before. Any ideas and help would be appreciated. Peace. Charl Here is the program: (please see comments at the end) Prog

[fpc-pascal]compiling CLX with FPC and Classes.Inc

2004-02-03 Thread Den Jean
Hi, I'd like to use fpc with FreeCLX, but when compiling I stumbled on the fact the SListIndexError is not known because {$i classes.inc} is included after implementation and not just behind interface. I hope this an error ? In kylix/source alike constants (constse.inc) are defined in RtlConst