<div class="gmail_quote">On Thu, Feb 16, 2012 at 10:38 PM, red plait <span dir="ltr"><<a href="mailto:redplait@gmail.com">redplait@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div id=":10l">Yes, but I want to embed ECL in 32bit application which operate with<br>
64bit numbers. So I want to have functions ecl_to_uint64_t &<br>
ecl_to_int64_t for binding making. Unfortunately in current time it<br>
seems only possibility to have this functions on 32bit - when all<br>
numbers inside ECL presented as ecl_int64_t which currently can be<br>
achieved only when _WIN64 defined - see msvc/config.h.msvc6</div></blockquote></div><br>I believe there is a simpler way to achieve this: just teaching ECL (not GMP) that there exist long long integers in Windows/32. Why not just change config.h.msvc6 to define ecl_uint64_t also for 32 bits?<div>

<div><br></div><div>Juanjo<br clear="all"><div><br></div>-- <br>Instituto de Física Fundamental, CSIC<br>c/ Serrano, 113b, Madrid 28006 (Spain) <br><a href="http://juanjose.garciaripoll.googlepages.com" target="_blank">http://juanjose.garciaripoll.googlepages.com</a><br>


</div></div>