No subject


Wed Jan 24 21:54:03 PST 2007


int threadFunction(void * data);

then when it's called:
SDL_CreateThread(threadFunction, NULL);

but when I do this I get:
no matches converting function `tLogon' to type `int (*)(void*)

what am I doing wrong?





More information about the SDL mailing list