<div dir="ltr"><div>OK, but why did it work with Scilab 5.4.1?<br><br></div><div>Thanks,<br></div><div>Philipp<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2016-02-21 12:26 GMT+01:00 JLan <span dir="ltr"><<a href="mailto:j-lan@online.no" target="_blank">j-lan@online.no</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Good that you got it fixed.<br>
<br>
'ul' - unsigned long long int should be 8 bytes, but since uint64 is not<br>
available in Scilab 5, it is nowhere to store it correctly.<br>
<br>
In Scilab 6 it is also problematic, since mgeti() does not correctly<br>
transfer all the bits. An unsigned long long little endian can however be<br>
read in like this:<br>
<br>
ULLLE=uint64(mgeti(1,'uil',fid))+uint64(mgeti(1,'uil',fid))*2^32<br>
<br>
Jan Å<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://mailinglists.scilab.org/Scilab-users-mget-at-Scilab-5-4-1-and-5-5-1-tp4033520p4033525.html" rel="noreferrer" target="_blank">http://mailinglists.scilab.org/Scilab-users-mget-at-Scilab-5-4-1-and-5-5-1-tp4033520p4033525.html</a><br>
<div class="HOEnZb"><div class="h5">Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com.<br>
_______________________________________________<br>
users mailing list<br>
<a href="mailto:users@lists.scilab.org">users@lists.scilab.org</a><br>
<a href="http://lists.scilab.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.scilab.org/mailman/listinfo/users</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature">There we have the salad.</div>
</div>