Subject | Re: [firebird-support] Re: strange bug with isc_que_events |
---|---|
Author | Dimitry Sibiryakov |
Post date | 2009-11-06T12:05:07Z |
> how after the with TMyThread(UserData) do FSignal.SetEvent;Many ways. My crystal ball is unable to see sources of your
> the instruction FSignal.WaitFor(INFINITE);
> can raise an Access violation ??
FSignal.WaitFor.
You must firmly understand, that events callback is executed in
context of different thread.
SY, SD.