RE: [gtkmm] Still on threads
- From: Murray Cumming Comneon com
- To: ec142 york ac uk, gtkmm-list gnome org
- Subject: RE: [gtkmm] Still on threads
- Date: Fri, 28 Feb 2003 15:30:35 +0100
> I am trying to use:
> Glib::Thread::create( SigC::slot_class(*this,
> &MyCameraFramework::soundCallback), false);
>
> (as in the example program dispatcher.cc) but the compiler complains:
>
> no matching function for call to `Glib::Thread::create
> (SigC::Slot0, bool)'
> /usr/include/gtkmm-2.0/glibmm/thread.h:222: candidates are:
> static Glib::Thread *Glib::Thread::create (const SigC::Slot0 &, bool)
You generally can't use a temporary object where a const object& is
required. Try using SigC::slot() or putting the SigC::slot_class()
instantiation (I assume slot_class is a class name rather than a function)
on the previous line.
Murray Cumming
murrayc usa net
www.murrayc.com
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]