c - IPC not found with cygwin -
i have problem can't create message queue cygwin:
if ((queue_id = msgget(ipc_private,ipc_creat|0666)) < 0) { printf("msgget\n"); return 1; }
this code returns "msgget" string. why not, what's wrong? how can install message queues cygwin?
Comments
Post a Comment