From: Wenyuan G. <guo...@gm...> - 2010-07-19 22:41:30
|
Hi Brendan, > I'm sure SDL_thread.h doesn't expose all the functionality you can get > from pthreads, but it the important stuff. Instead of a pthread_join, > you'd use SDL_WaitThread, etc. Hmm... I think in that case we might as well use SDL_threads. We can just let SDL runtime to handle cross-platform issues. My code currently only uses quite basic functionality of pthreads. Let me check what changes need to be made. Cheers Wenyuan |