[fpc-devel] New global CustomApplication variable

Martin Schreiber fpmse at bluewin.ch
Fri Oct 9 13:52:06 CEST 2009


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



More information about the fpc-devel mailing list