Hello !<br>I have defined a structure Image containing a matrix. But the client doesn't work.<br>There is an error message: &quot; terminate called after throwing an instance of 'CORBA::BAD_PARAM' &quot; <br>and I think the problem is the initialization of the matrix:
<br><br>&nbsp;&nbsp; Image img;<br>&nbsp;&nbsp; img.m[0][0] = (CORBA::Octet) 6;<br>&nbsp;&nbsp; ...<br>&nbsp;&nbsp; img.m[2][2] = (CORBA::Octet) 6;<br>&nbsp;&nbsp; img.nbl = 3;<br>&nbsp;&nbsp; img.nbc = 3;<br><br>---- file.idl<br> typedef sequence&lt;sequence&lt;octet&gt;&nbsp; &gt; Matrix;
<br>struct Image{<br>&nbsp; Matrix m;<br>&nbsp; short _nbc;<br>&nbsp; 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&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<br><a href="mailto:tomas.almeida@gmail.com">tomas.almeida@gmail.com</a><br>===============================