[fpc-pascal] CheckSynchronize
Jonas Maebe
jonas.maebe at elis.ugent.be
Tue Jun 19 10:34:36 CEST 2007
On 18 jun 2007, at 19:48, Vincent Snijders wrote:
> Is it our fault that we call CheckSynchronize nested (i.e.
> indirectly from a synchronized method) or is a CheckSynchronize not
> smart enough not to call the synchronized method (i.e MyMessage)
> twice, even if Synchronize is called only once for this method. If
> the latter
It is the latter. Nested CheckSynchronize calls are currently
unsupported.
Jonas
More information about the fpc-pascal
mailing list