<div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000">Hi, there!<div class="mb_sig"></div><div><br></div><div>Here is a question of consistency. :-)</div><div><br></div><div>In the definition of external structures, we write 'long' or 'long long'.</div><div>In the definition of external pools, we write #Integer.</div><div><br></div><div>The latter is automatically converted into a "(long long)" cast for printf.</div><div><br></div><div>What is the better approach? I think it would be better to also write 'long' or 'long long' when defining external pools:</div><div><br></div><div><ffiVariable: MY_CONSTANT type: 'long long'></div><div>instead of</div><div><span style="font-size: 13.3333px"><ffiVariable: MY_CONSTANT type: #LargePositiveInteger></span><br></div><div><br></div><div>Would make it easier to define platform-specific differences.</div><div><br></div><div>Best,</div><div>Marcel</div></div>