[bt-devel] problem
Joachim Ansorg
bt-devel@crosswire.org
Sun, 20 Aug 2000 12:43:58 +0000
Hi!
> i = pthread_create( thread, attr, &CModuleSearch::search, this ); does
> work.
I do now get this compiler error message on that line:
modulesearch.cpp:162: converting from `void * (CModuleSearch::*)(void *)' to
`void * (*)(void *)'
gmake: *** [cmodulesearch.o] Error 1
Do you know why?
> Next week I will add search progress displaying.
I already added the progress bar (I was adding support but had no time for.
Removed my incomplete design.)
--Joachim