Re: suggestions for long long?

Kevin Rosenberg <kevin-HJRc7zDS/[email protected]> Wed, 3 Apr 2002 12:41:13 -0700 (MST)
Newsgroups gmane.lisp.uffi.devel
Message-ID <[email protected]>
-- Kevin Rosenberg kevin-HJRc7zDS/[email protected]


On Wed, 3 Apr 2002, John DeSoi wrote:

> Kevin,
> 
> 
> >
> >Take a look at CLSQL interfaces/clsql-uffi/clsql-uffi.c and .cl as well
> >as interfaces/mysql/clsql-mysql.c and .cl. These are wrapper libraries
> >to handle 64-bit C functions. They take and return 32-bit integers
> >between Lisp and the 64-bit C functions.
> 
> 
> Thanks for the pointer, that helps. But if I understand what you have
> done here, there really is not a way to send/return a 64 bit integer to
> Lisp? That is, other than creating some extra C libraries and using 32
> bit values.
> 
> Thanks,
> 
> John DeSoi, Ph.D. _______________________________________________
> UFFI-Devel mailing list [email protected]
> http://www.b9.com/mailman/listinfo/uffi-devel
>