Hi all,

I want to "push" a  string into an event channel. But I faced with this error:

"segmentatiom fault".

the code that I use to push,is:

CORBA::Any *any;

char *s1="HELLO";

*any<<=s1;

proxy_consumer->push(*any);

 

where is error?

cheers,

khalilipour.

 


--

___________________________________________________
Play 100s of games for FREE! http://games.mail.com/

_______________________________________________
Mico-devel mailing list
[email protected]
http://www.mico.org/mailman/listinfo/mico-devel

Reply via email to