[fpc-pascal] Daemon using TTimer on Windows
Marcos Douglas B. Santos
md at delfire.net
Sun Jul 1 15:08:02 CEST 2018
On Sun, Jul 1, 2018 at 2:15 AM, Martin Schreiber <mse00000 at gmail.com> wrote:
> 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
Hey Martin, thanks to give me another good option. I'll check it.
Regards,
Marcos Douglas
More information about the fpc-pascal
mailing list