<div dir="ltr"><div><div>Hi Eliot,<br></div>we just have to integrate the usqIntptr_t changes that are ready in oscogLLP64 branch.<br></div>I'm uploading an up-to-date version (if no timeout)<br><br></div><div class="gmail_extra"><br><div class="gmail_quote">2016-11-04 19:30 GMT+01:00 Eliot Miranda <span dir="ltr"><<a href="mailto:eliot.miranda@gmail.com" target="_blank">eliot.miranda@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> <br><div dir="ltr"><div>Hi Nicolas,</div><div><br></div><div><br></div><div>    with Win64 what;s the right way to declare something as having an unsigned integer type as large as the word size (unsigned long long on 64-bits, unsigned long on 32-bits)?</div><div><br></div><div>This is to declare the following correctly.  Its return type is used to declare the function pointers inside a plugin correctly.  Currently it is not correctly defined for Win64:</div><div><br></div><div>InterpreterProxy>><wbr>positiveMachineIntegerValueOf: oop</div><div><span class="m_7379635690661277543gmail-Apple-tab-span" style="white-space:pre-wrap">     </span><returnTypeC: #'unsigned long'></div><div><span class="m_7379635690661277543gmail-Apple-tab-span" style="white-space:pre-wrap">        </span>oop isInteger ifFalse:[self error: 'Not an integer object'].</div><div><span class="m_7379635690661277543gmail-Apple-tab-span" style="white-space:pre-wrap"> </span>^oop < 0 </div><div><span class="m_7379635690661277543gmail-Apple-tab-span" style="white-space:pre-wrap">                </span>ifTrue: [self primitiveFail. 0]</div><div><span class="m_7379635690661277543gmail-Apple-tab-span" style="white-space:pre-wrap">              </span>ifFalse: [oop]</div><div><br></div><div class="m_7379635690661277543gmail_signature"><div dir="ltr"><div><span style="font-size:small;border-collapse:separate"><div>_,,,^..^,,,_<br></div><div>best, Eliot</div></span></div></div></div>
</div>
<br></blockquote></div><br></div>