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]

pthread declaration problem


Hi,

I'm a new user of Posix Thread for Win32 (using
pthreadVC.dll) 

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()
{
}


This implies that the headers are missing or in the
wrong place, but .. they are in the right place

1) the dll pThreadVC.dll is in the c:\windows
directory,
2) the .h files and the .lib file are in the project
directory,
with both LIB and INCLUDE environment variables set to
the project directory.

Does MSVC 6 require any other settings not covered in
the FAQ? Or is there something else needed?

Thanks 

Jefe


	
	
		
____________________________________________________________
Yahoo! Messenger - Communicate instantly..."Ping" 
your friends today! Download Messenger Now 
http://uk.messenger.yahoo.com/download/index.html


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