[Haskell-cafe] seeking advice on my POSIX wrapper

Bulat Ziganshin bulat.ziganshin at gmail.com
Sat May 10 17:03:51 EDT 2008


Hello Vasili,

Sunday, May 11, 2008, 12:47:52 AM, you wrote:

> . When I call this function (mqReceive), I get "message too long".

you can divide-and-conquer the problem by trying
1) write the C code that calls mq_receive with the same params
2) call your own function instead of mq_receive and printf parameters it
receives


-- 
Best regards,
 Bulat                            mailto:Bulat.Ziganshin at gmail.com



More information about the Haskell-Cafe mailing list