Re: [sqlite] Re: 64bit on 32bit machine

2007-07-12 Thread Lloyd
Thanks Igor :)

Regards,
  Lloyd

On Fri, 2007-07-13 at 00:18 -0400, Igor Tandetnik wrote:
> Lloyd  wrote:
> > So, SQLite doesn't have its own features to manage this? So I must be
> > able to perform 64bit operations on a 32bit machine using C. How can I
> > do that? or how to declare a 64bit integer on a 32bit machine?
> 
> Most modern compilers provide a "long long" type, usually mapped to a 
> 64-bit integer on 32-bit machines. Consult the documentation for the 
> compiler you use.
> 
> Igor Tandetnik 
> 
> 
> -
> To unsubscribe, send email to [EMAIL PROTECTED]
> -


__
Scanned and protected by Email scanner

-
To unsubscribe, send email to [EMAIL PROTECTED]
-



[sqlite] Re: 64bit on 32bit machine

2007-07-12 Thread Igor Tandetnik

Lloyd  wrote:

So, SQLite doesn't have its own features to manage this? So I must be
able to perform 64bit operations on a 32bit machine using C. How can I
do that? or how to declare a 64bit integer on a 32bit machine?


Most modern compilers provide a "long long" type, usually mapped to a 
64-bit integer on 32-bit machines. Consult the documentation for the 
compiler you use.


Igor Tandetnik 



-
To unsubscribe, send email to [EMAIL PROTECTED]
-