Click to See Complete Forum and Search --> : errors in using thread


Lawbreaker
April 15th, 2004, 03:17 AM
I am now doing on my project on threads in visual c++.
I have written the following program.

AfxBeginThread(xxx, xxx)

there are two parameters inside that function. Does anyone know what is the second parameter stand for.
is that i need to include some files or something else. Thanks.

Amit Sebiz
April 15th, 2004, 04:14 AM
Does anyone know what is the second parameter stand for.
Yes, Its the parameter to the worker thread function which is first parameter, it is a void pointer.


is that i need to include some files or something else.
Seems not.