Hi Dennis

Using synchronize will negate the effect of using a thread in the first
place.  I'm not using any methods but I am reading properties.  Should I
copy the value of all properties into say global variables before calling
the thread?

Regards,
Ross Levis.

----- Original Message ----- 
From: "Dennis Chuah" <[EMAIL PROTECTED]>
To: "Multiple recipients of list delphi" <[EMAIL PROTECTED]>
Sent: Wednesday, September 24, 2003 2:02 PM
Subject: Re: [DUG]: random thread crashes


>
> The VCL is not thread safe and parts of it are not re-entrant.  You might
> need to use synchronize to sync to your main thread before you call any
VCL
> methods.

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/

Reply via email to