Hello !<br>I have defined a structure Image containing a matrix. But the client doesn't work.<br>There is an error message: " terminate called after throwing an instance of 'CORBA::BAD_PARAM' " <br>and I think the problem is the initialization of the matrix:
<br><br> Image img;<br> img.m[0][0] = (CORBA::Octet) 6;<br> ...<br> img.m[2][2] = (CORBA::Octet) 6;<br> img.nbl = 3;<br> img.nbc = 3;<br><br>---- file.idl<br> typedef sequence<sequence<octet> > Matrix;
<br>struct Image{<br> Matrix m;<br> short _nbc;<br> short _nbl;<br>};<br clear="all"><br>Please help me, where can i find a solution ?<br><br>[]'s<br><br>===============================<br> Tomás Dias ALMEIDA
<br><a href="mailto:tomas.almeida@gmail.com">tomas.almeida@gmail.com</a><br>===============================