From: Wenyuan G. <guo...@gm...> - 2010-07-19 21:40:00
|
Hi Brendan, > Just updated my branch with the threading--looks nice! For the sake of > portability (actually, just me and my broken Windows environment) would you > mind if I changed the calls to use the SDL_Thread API instead of pthreads? > AFAIK it's just a wrapper around pthreads on most environments, so the > implementation/performance should be identical. Let me know if you see any > problems with changing. Ouch! I didn't think of that issue. Thanks for pointing it out. But has SDL_Thread library got all the other pthread functions like "join"? I remember that POSIX threads are fully supported by Windows too? Have you tried to compile it under windows? Cheers Wenyuan |