Re: [fpc-devel] units precedence cthreads, variants
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
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