PDA

View Full Version : c++ builder?


Delinx32
04-23-2004, 01:12 PM
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>

Mongrel
04-23-2004, 10:26 PM
Those are probably part of the visual c/visual studio distos and not part of the c++ builder. Try and search for them on the net and download them.
Over than that I don't know how to help you, since these files are obviously needed.