hi,
i'm developping an application under LXRT and i use
the mailbox mecanism but i encounter some problems and
that's the code that generate this problem:

MBX *bx;
 
 bx = rt_get_adr(nam2num("MYBX"));
 rt_mbx_send(bx,&msg,sizeof(msg));

Note that, the mailbox is created by another task
using "rt_mbx_init(nam2num("MYBX"),..)". when i want
to use this mailbox (to send a message), i'll obtain
this error: 
   "invalid conversion from (void*) to (MBX*).."
 
thanks,



        

        
                
___________________________________________________________________________ 
Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger 
Téléchargez cette version sur http://fr.messenger.yahoo.com

Reply via email to