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]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]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