[fpc-pascal] fpGUI Thread-safe

Michael Schnell mschnell at lumino.de
Thu Oct 16 10:30:35 CEST 2014


On 10/15/2014 05:07 PM, Graeme Geldenhuys wrote:
> just like pretty much all GUI toolkits I know.
AFAIK, in fact pretty much all GUI toolkits are not thread save in a 
sense of "simply use any function from any thread you like", but with 
most of them it should be possible to have them create windows and 
associate a thread to such a window.

Of course this is a rather uncommon way of constructing GUI applications 
(but I once did some research on this as I did had use for that). Hence 
the LCL does not support it.

-Michael



More information about the fpc-pascal mailing list