Hi,
I don't undestrand what is happening, when I try to write a sample containing a Sequence I get this error: RTICdrStream_serializePrimitiveSequence:sequence length (108) exceeds maximum (100)...
Also using debugger I verified that Sequence have length = 2 and maximum = 100. How can I get this error? What can I check?
I fill the Sequence periodically copyng from a std::map<int, ObjectWithSequence> the values and I change the lenght of my Sequence according to the size of the map.
Thanks