c++ builder?
			 
			 
			
		
		
		
		Hi all, 
 
I've got borland c++ 6, and during compiling of emushare mem I get a bunch of file not found errors, particularly in the MMFMUTEX_H file.  The linker can't seem to be able to find any of the include files in there.  
 
Since I'm a delphi programmer none of these unit names look familiar, should I be looking somewhere special for these?  I searched my harddrive for these files, thinking that their include path may be different, but could not find them anywhere on my harddrive. 
 
Can anyone shed any light on where I can find these files? 
 
#include <sys/shm.h> 
#include <sys/ipc.h> 
#include <sys/sem.h> 
#include <semaphore.h> 
#include <pthread.h> 
#include <unistd.h> 
		
	
		
		
		
		
		
		
		
		
		
	
		
		
	
	
	 |