On Thu, Feb 16, 2012 at 10:38 PM, red plait <redpl...@gmail.com> wrote:

> Yes, but I want to embed ECL in 32bit application which operate with
> 64bit numbers. So I want to have functions ecl_to_uint64_t &
> ecl_to_int64_t for binding making. Unfortunately in current time it
> seems only possibility to have this functions on 32bit - when all
> numbers inside ECL presented as ecl_int64_t which currently can be
> achieved only when _WIN64 defined - see msvc/config.h.msvc6
>

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?

Juanjo

-- 
Instituto de FĂ­sica Fundamental, CSIC
c/ Serrano, 113b, Madrid 28006 (Spain)
http://juanjose.garciaripoll.googlepages.com
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to