pthread declaration problem

Mark Weaver mark@npsl.co.uk
Tue May 11 23:26:00 GMT 2004


> A simple test eg does not compile under MS Visual C+
> 6.0 
> 
> The line that fails to compile is
> 
> pthread_t tid; //fails to compile
> main()
> {
> }
> 
> 
Did you #include <pthread.h>?



More information about the Pthreads-win32 mailing list