Re: INDEX_SIZE_ERR from negative offset or count even though unsigned ?

>How can the offset or count be negative if the're unsigned?

Not all languages support unsigned integers. Java doesn't, for example. So
while IDL architecture can say a value is intended to be unsigned, a
specific language binding may not be able to comply with that request.

______________________________________
Joe Kesselman  / IBM Research

Received on Monday, 16 July 2001 10:20:16 UTC