19 Apr
2005
19 Apr
'05
7:34 p.m.
"Simon Monckton" wrote:
Do any of you have experience passing BOOST vectors/arrays over CORBA? Short of writing a BOOST idl, is there a way of getting at and passing raw array data?
I am not sure what you mean by BOOST vector. You need to convert data in Boost containers into/from Corba structures, like it needs to be done for any other C++ containers. There's no explicit Corba support in Boost. /Pavel