Re: [gtkmm] Using gtkmm and ACE together
- From: Duke of Rockville <vladg erols com>
- To: Daniel Evison <devison pacificit co nz>
- Cc: gtkmm-list gnome org
- Subject: Re: [gtkmm] Using gtkmm and ACE together
- Date: 14 Sep 2002 20:55:44 -0400
Daniel,
I use ACE + Gtkmm for my applications. The way I set up things
is rather simple - register a timer event with Gtkmm and then
call ACE's event loop with a timeout from the timer handler.
By varying the timeout for both timers you can balance who has
preference. Essentially you would be *polling* ACE from Gtkmm timer
handler. It works for me.
The other thing that annoyed me the most was dealing with command-line
options (aside from the fact that I couldn't find ACE RPM package
anywhere and had to build it myself).
Good luck,
-VLG
On Sat, 2002-09-14 at 06:56, Daniel Evison wrote:
> Hi,
> I'm wanting to use the Adaptive Communication Environment (ACE) library
> (http://www.cs.wustl.edu/~schmidt/ACE.html) together with gtkmm. The
> problem is combining the event loops of these two systems.
>
> Has anybody tried to write a Reactor class for ACE that works with gtkmm (or
> even with gtk)? There are Reactors available for Qt and Xt among others,
> eg:
> http://doc.ece.uci.edu/Doxygen/Current/html/ace/classACE__QtReactor.html
>
> Searching around I've located a couple of similar queries back a year or two
> ago, but couldn't find any responses to them. I'll try posting on the ACE
> mail group next, and then perhaps gtk, but thought I'd start here.
>
> thanks in advance,
> Dan
>
>
>
> _______________________________________________
> gtkmm-list mailing list
> gtkmm-list gnome org
> http://mail.gnome.org/mailman/listinfo/gtkmm-list
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]