[fpc-devel] New global CustomApplication variable
Michael Schnell
mschnell at lumino.de
Thu Oct 15 13:54:07 CEST 2009
Michael Van Canneyt wrote:
>
> Feel free to contibute a descendent of TCustomApplication that adds a
> message queue.
I don't suppose this can decently and portable and tested for all
available archs and OSes be done in just a few hours :)
It (a non-gui depending TApplication that works without any GUI binding)
seems to be available with MSEGUI. So it would be viable to ask Martin
to provide it.
> Personally, I don't see the need, but I can imagine
> that someone does.
I definitely will use it some day. I am already planing this (embedded)
project since long.
I would use the MSE1-GUI sources if I start the project, but it I just
can use the RTL for that purpose, some complexity would be avoided.
>
> I say a descendent of TCustomApplication because I don't think it
> belongs in TCustomApplication itself, because not all applications need
> a message queue.
I of course do agree. I don't remember if MSEGUI does it this way, but I
feel it would be the most straight forward implementation method.
-Michael
More information about the fpc-devel
mailing list