This is the mail archive of the pthreads-win32@sources.redhat.com mailing list for the pthreas-win32 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: pthread declaration problem


> 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>?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]