Re: Can't use TComponent in thread object?
- From: Rob Kennedy <me3@xxxxxxxxxxx>
- Date: Wed, 22 Nov 2006 23:28:47 -0600
brett wrote:
That does compile but when I create the thread in another unit as
thread.Create(true);
Please copy and paste your real code. Otherwise, you get people pointing out errors that you might have just introduced while trying to retype your code from memory.
I get this error after running the above line:
Debugger Exception Notification
Project myapp.exe raised exception class EAccessViolation with message
'Access' violation at address 00403B6A in module 'myapp.exe'. Read of
address 8BD88B4F'. Process stopped. Use Step or Run to continue.
Do you have any suggestions for that?
My suggestion: Look at the call stack in the debugger and figure out why your program crashed. Both the addresses in the error message are non-zero, which is a very good sign.
--
Rob
.
- Follow-Ups:
- Re: Can't use TComponent in thread object?
- From: brett
- Re: Can't use TComponent in thread object?
- References:
- Can't use TComponent in thread object?
- From: brett
- Re: Can't use TComponent in thread object?
- From: Jamie
- Re: Can't use TComponent in thread object?
- From: brett
- Can't use TComponent in thread object?
- Prev by Date: Re: Can't use TComponent in thread object?
- Next by Date: Re: Can't use TComponent in thread object?
- Previous by thread: Re: Can't use TComponent in thread object?
- Next by thread: Re: Can't use TComponent in thread object?
- Index(es):
Relevant Pages
|