--- Felix <[EMAIL PROTECTED]> wrote: > I would use sqlite in an embedded DOS system ( intel 16 bits processor ) . > > Do you think that is possible or sqlite work only on 32/64 bits systems?
I could be wrong, but I think sqlite expects that int and pointers are at least 32 bit. See if you can find a C compiler that emulates 32 bit ints and pointers on 80186 - although it would be very slow. But even if such a compiler exists your chip may not have enough RAM to effectively run sqlite anyway. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------

