<html><body><div style="font-family: arial, helvetica, sans-serif; font-size: 12pt; color: #000000"><div>I replaced all c calls from Gambas3 that required Size_t data type with a pointer type in Gambas and cast the type using cint() or clong() when the value must be used.</div><div><br data-mce-bogus="1"></div><div>I did this because in most cases size_t follows the width of the address bus by convention.</div><div><br data-mce-bogus="1"></div><div>This seems to work so far. </div><div><br data-mce-bogus="1"></div><div>Does anyone have any thoughts on this?</div><div><br data-mce-bogus="1"></div><div>I would like to get some input about this if anyone have a better idea</div><div><br data-mce-bogus="1"></div><div>I can't see any where even in the structures I have used that this does not translate well.</div><div><br data-mce-bogus="1"></div><div>Was playing with the new raspi OS which defaults to 32 bit.</div><div><br></div><div data-marker="__SIG_PRE__">Thank You<br>Brian G</div></div></body></html>