Marco van de Voort wrote:

> That's an attempt on emulating something that is not really portable.
> 
> There are a handful of signal and thousands of possible windows messages.
> Moreover, windows messages contain state about the owner.
>  

Of course this is true for the original Delphi "procedure ... message",
which would need to be replaced by some portable (inter-thread)
messaging mechanism. IIRC, this is already available on Lazarus and/or
MSEGUI,

But for TThread-synchronize and TTimer the implementation dependent
details are hidden in the appropriate TApplication code, anyway, so no
portability problem here.

-Michael
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to