Thread
:
void * conversion problems
View Single Post
04-27-2004, 05:27 PM
#
2
(
permalink
)
joe_bruin
LOAD "*",8,1
Join Date: Feb 2003
Location: la.ca.us
Posts: 254
well, since you didn't post declaration of Car() and "i", i will speculate. you are trying to pass a function similar to this:
void Car(int i);
as the third argument of pthread_create. this is incorrect, don't do that.
joe_bruin
View Public Profile
Find More Posts by joe_bruin