On 10.07.2014 16:36, Michael Schnell wrote:
On 07/10/2014 02:49 PM, Sven Barth wrote:
The TThreadManager.RTLEvent* procvars are available through analogous
named RTLEvent* functions...
OK.
I found the global function "GetThreadManager" and via it's result I
seemingly can use the TThread Queue.
Maybe it's possible to avoid using TThread.Queue (and the said problems)
by this.
You should not need to use the thread manager. All functions (except the
semaphore ones which are only implemented for cthreads) should be
available by RTL functions. So don't use GetThreadManager if you don't
need to.
Regards,
Sven
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus