Milosz Derezynski schrieb: > Thanks very much! You're welcome! I made a mistake in the request handler, you not only have to open a tunnel, but you also must *call* it:
int mythread::sync_calc()
{
// sync request
return sigx::open_sync_tunnel(
sigc::mem_fun(this, &mythread::on_calc)
)();
// ^^
}
_______________________________________________
gtkmm-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtkmm-list
