<div dir="ltr"><br><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">An integer type is obviously not wide enough.<br></blockquote><div><br></div><div>It is. You need 32 bits and Gambas integer is 32 bits. Gambas just interprets/displays the most significant bit as sign bit.<br></div><div><br></div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

I don't know why Jussi said that a long type won't help you. A 'long' is 63+1 bits wide; certainly wide enough to hold a 32-bit<br>
unsigned integer.<br></blockquote><div><br></div><div>Yes, it does hold the value, but you are giving the library more than it can take. <br></div><div><br></div><div><br></div><div><br></div><div>Jussi<br></div><div> <br></div></div><br></div></div>