Re: Can't use TComponent in thread object?



That does compile but when I create the thread in another unit as

thread.Create(true);

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?

Thanks,
Brett

.