> Hi! > I wonder why there is no SDL_ExitThread() function... is there any OS > supported by SDL which doesn't support exit() for threads? SDL does some internal cleanup work when you return from the thread function, which it can't do if the thread up and goes away. :) See ya, -Sam Lantinga, Software Engineer, Blizzard Entertainment