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> |
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. |
All times are GMT -4. The time now is 03:08 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.