![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| HP-UX HP-UX (Hewlett Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on System V. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| dnssubmit queue overload error message | anil.pilani | Linux | 0 | 03-28-2008 04:04 AM |
| message queue | etenv | High Level Programming | 2 | 11-02-2007 01:09 AM |
| mq_open error | rvan | High Level Programming | 2 | 10-11-2007 02:26 AM |
| Message Queue Problem Again.. | satansfury | High Level Programming | 2 | 07-05-2005 07:52 AM |
| Deleting ALL message queue | v_rathor | High Level Programming | 2 | 06-02-2005 09:11 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hello,
J work on a HP. I want to create message queue by using mq_open with this parameters: mq_open(p,O_CREAT|O_WRONLY|O_EXCL|0_NONBLOCK,0600,&queue_attr) with p char [][] and the function returns the value -1 and errno equal 2. can you help me ? Thank. |
| Forum Sponsor | ||
|
|
|
|||
|
Thanks for yours answers.
I try to add a slash at the beginning of my queue name but the resut is the same. The code I use works on a LInux but it doesn't work on the HP it is the reason I use the HP forum and not the C forum. I think it 's a problem with the HP maybe a parameter in my system... Thanks for yours replies. |