<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">
</span>That means that the Gambas integer type is only 31 (+ 1) bits wide. Not wide enough to hold a 32-bit unsigned integer if the<br>
highest bit is reserved for the sign bit.<br>
<br>
So then, if it is wide enough as you say, how would one manage a 32-bit unsigned integer in a 32-bit signed datatype?<br></blockquote><div><br></div><div>They both contain 32bits of information, unsigned or not. Signed integer only means that the most significant bit is reserved for the sign.</div><div>When the library reads the signed value, it ignores the original meaning of the most significant bit, because it assumes it as unsigned.</div><div><br></div><div><br></div><div>Jussi<br></div><div><br></div><div> <br></div></div><br></div></div>