Subj : Re: How to pass class-member function to pthread_create(....)? To : comp.programming.threads From : Vyacheslav Kononenko Date : Sat Jul 16 2005 12:06 pm Joe Seigh wrote: > You have to explicitly construct the object method invocation. And pthreads > is a *C* library. It can't make calls to C++ methods. If you figure out > how to do that in a portable manner in C, let the posix pthreads committee know. > -- > Joe Seigh Easily. For compilers where thats incompatible if any just provide different pthread_create specific for C++. It can be done easilly because of mangling. Regards, Vyacheslav .