Re: [DUG]: random thread crashes

2003-09-24 Thread Ross Levis
From: "Dennis Chuah" <[EMAIL PROTECTED]> To: "Multiple recipients of list delphi" <[EMAIL PROTECTED]> Sent: Thursday, September 25, 2003 8:18 AM Subject: Re: [DUG]: random thread crashes > > Using synchronize does not negate the benefits of using a thread. It all

Re: [DUG]: random thread crashes

2003-09-24 Thread Dennis Chuah
- From: "Ross Levis" <[EMAIL PROTECTED]> To: "Multiple recipients of list delphi" <[EMAIL PROTECTED]> Sent: Wednesday, September 24, 2003 3:40 PM Subject: Re: [DUG]: random thread crashes > Hi Dennis > > Using synchronize will negate the effect of usin

Re: [DUG]: random thread crashes

2003-09-23 Thread Ross Levis
ssage - 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.

Re: [DUG]: random thread crashes

2003-09-23 Thread Dennis Chuah
: [DUG]: random thread crashes I moved a procedure, which updates a text file, from my main unit to a thread so it didn't effect the operation of the program. The thread reads data from the main units object including some data in a listview in the main unit, but it doesn't update any i

[DUG]: Re: DUG: random thread crashes

2003-09-23 Thread bevan
s" <[EMAIL PROTECTED]> To:Multiple recipients of list delphi <[EMAIL PROTECTED]> Cc: Subject:[DUG]: random thread crashes Date:Wed, 24 Sep 2003 11:52:01 +1200 I moved a procedure, which updates a text file, from my main unit to a thread so it didn't effect the operation of the pro

[DUG]: random thread crashes

2003-09-23 Thread Ross Levis
I moved a procedure, which updates a text file, from my main unit to a thread so it didn't effect the operation of the program.  The thread reads data from the main units object including some data in a listview in the main unit, but it doesn't update any information.  I'm getting the odd ra