[fpc-devel] Classes and cthreads

2005-02-26 Thread Pedro Lopez-Cabanillas
Hi, On current CVS (FPC-1.9.9) there is a dependency between classes unit and cthreads. Any program using the classes unit requires to use also cthreads or it fails with a runtime error. This happens to the utilities fpcmake and fpdoc. $ ./fpdoc This binary has no thread support compiled in.

Re: [fpc-devel] dynamic package support

2005-02-26 Thread Michael . VanCanneyt
On Sat, 26 Feb 2005, Florian Klaempfl wrote: Hans-Jrg Vasold wrote: for a long time support for loading packages at runtime was planned for later versions. But now i can not find that this is planned anymore. Will FreePascal support dynamic packages in future or not.

Re: [fpc-devel] dynamic package support

2005-02-26 Thread Marco van de Voort
On Sat, 26 Feb 2005, Florian Klaempfl wrote: However, it had quite low priority the last years because dyn. loaded packages for a dynamic moving project like fpc with daily snapshots are a real problem. As soon as one unit interface changes, all dependend packages must be

Re: [fpc-devel] Classes and cthreads

2005-02-26 Thread Pedro Lopez-Cabanillas
On Saturday 26 February 2005 12:02, I wrote: On current CVS (FPC-1.9.9) there is a dependency between classes unit and cthreads. Any program using the classes unit requires to use also cthreads or it fails with a runtime error. This happens to the utilities fpcmake and fpdoc. This is not

RE: [fpc-devel] Modernising Pascal

2005-02-26 Thread peter green
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of DrDiettrich Sent: 26 February 2005 03:34 To: FPC developers' list Subject: Re: [fpc-devel] Modernising Pascal Jamie McCracken wrote: GC is very inefficient with memory and current implementations