On Friday 09 October 2009 12:33:51 Michael Schnell wrote:

> MSE provides creating a "nogui" application that handles the message
> queue without complex external stuff but in Linux uses "sem_wait()" to
> wait in case of an empty message queue and signals for posing events. (I
> don't know how they do this in Windows).
>
MSEgui sem_wait() is platform independent. Because on Windows terminate and 
timer events must be caught also, msgwaitformultipleobjects() will be used.

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

Reply via email to