[fpc-devel] New global CustomApplication variable

Michael Schnell mschnell at lumino.de
Thu Oct 15 13:44:23 CEST 2009


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



More information about the fpc-devel mailing list