[EMAIL PROTECTED] wrote: > > I probably should ask my question this way: What is the *safe* method for > 32 bit machines to build Sqlite 3.3x? >
"Safe" is relative. I know of a few companies that use the technique I outlined earlier. But I have never personally tested a 32-bit build so I cannot say what problems might come up. I would expect to find problems if you try to insert an integer that cannot be represented in only 32-bits, for example. But as long as you stick to smaller integers I'm guessing everything will likely work ok. -- D. Richard Hipp <[EMAIL PROTECTED]> ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------

