Hi, I got the cygwin1 library (cygwin1.lib for VC) following the below instrutions. http://sources.redhat.com/ml/cygwin/2004-06/msg00274.html
but I face another problem is which header file i would use. I try to use cygwin header files of itself like <sys/ipc.h> <sys/sem.h> <sys/shm.h> or use these files from linux gcc (/usr/include) , Microsoft VC can't compile with these header files, Does anyone do this task before , and give me more instructions? In fact , I want use system V function like semaphore, share memory from cygwn1.dll , but how can I approch it? Rudolf