Vickey !
unread,Oct 30, 2016, 7:08:43 AM10/30/16You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
On Friday, 7 October 2016 00:03:24 UTC+5:30, Ron Eggler wrote:
> On Wednesday, October 5, 2016 at 3:41:12 PM UTC-7, Ron Eggler wrote:
> > Hi,
> >
> > First, I'm new here and I have a problem:
> > I want to send some data to a queue but get errno S_objLib_OBJ_UNAVAILABLE (3997698) for some reason and I don't know why:
> >
> > I create a queue with msgQCreate() and store the handle in a global static in my module. I then try to push data onto it with msgQSend() (invoked in another context) but am getting errno 3997698 which stands for S_objLib_OBJ_UNAVAILABLE - why would this be? I can confirm that the queue handle between create and push stays the same...any ideas what's going on here and how I can fix this?
> >
> > Thanks!
>
> S_objLib_OBJ_UNAVAILABLE No free buffer space was available and the NO_WAIT timeout was specified.
have to included the message queue library in kernel components?