Re: [fpc-devel] units precedence cthreads, variants

2005-06-03 Thread petr . kristan
On Thu, Jun 02, 2005 at 02:58:11PM +0200, [EMAIL PROTECTED] wrote: > Hi > > I'm trying to track down 'Variant Array is locked' bug and during > simulation on simple program i found the unit precedence problem. > > -- > program pokus1; > > uses >

[fpc-devel] units precedence cthreads, variants

2005-06-02 Thread petr . kristan
Hi I'm trying to track down 'Variant Array is locked' bug and during simulation on simple program i found the unit precedence problem. -- program pokus1; uses cthreads, variants, Classes; type TTr = class(TThread) procedure Execute; overr