Hi > Ouch, I should have mentioned that I want to do it from C. I'm using > the GLib (www.gtk.org) library to shield me from OS-specific > threading calls, I was more searching for a generic way of calling a > function from one thread into another. However boost threads may have > some clues on this of course, I'll check it out anyway. Thanks.
The obvious question is why are you using C? Are you aware of the C++ binding of gtk: http://gtkmm.sourceforge.net? Regards Paul Paul Grenyer Email: [EMAIL PROTECTED] Web: http://www.paulgrenyer.co.uk Have you met Aeryn: http://www.paulgrenyer.co.uk/aeryn/? Version 0.3.0 beta now available for download.
