[fpc-pascal] Daemon using TTimer on Windows
Martin Schreiber
mse00000 at gmail.com
Sun Jul 1 07:15:00 CEST 2018
On Saturday 30 June 2018 22:57:47 Marcos Douglas B. Santos wrote:
>If not, which could be a possible
> solution?
>
You could use a MSEgui application, instead of
"
uses
msegui;
"
write
"
uses
msenogui;
"
in "program" source file. It will have an event queue and the usual event
driven programming paradigm including the use of datamodules and graphically
placed non visual components. Examples are here:
https://gitlab.com/mseide-msegui/mseuniverse/tree/master/attic/msedocumenting/mse/trunk/help/tutorials/nogui
Martin
More information about the fpc-pascal
mailing list