Re: pthreads confusion
"Jon Earle" <[email protected]>
| Newsgroups | gmane.user-groups.linux.ottawa.general |
|---|---|
| Message-ID | <[email protected]> |
So I worked around it by creating a mini-func in my current module whose signature matches that required by pthread_create. In that, I create my object and start it. Seems that pthreads (or, more likely, the compiler) simply will not recognize a perfectly functional and properly setup method if it happens to reside in a different object. Cheers! Jon Jon Earle wrote: > I'm trying to create a thread (actually more than one, but just start with > one for now) that runs a method in another object. -- OCLUG general discussion list [email protected] http://oclug.on.ca/mailman/listinfo/oclug