$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Pavel Vozenilek (pavel_vozenilek_at_[hidden])
Date: 2004-12-29 16:16:28
"Neal Coombes" wrote:
>> [4] The event handling layer - event loop, events, event handlers.
>
> Does anyone think it would be possible/useful to create an event-loop
> library completely independent of the GUI library, but that the GUI
> library would use.
Yes. There was attempt some year(s) ago but
didn't materialize.
Such a library could be used as communication
backbone in app made from several DLLs,
decoupling their development (for example,
if designed generically enough).
/Pavel