Re: [sqlite] SQLite 16 bits

2010-03-25 Thread Simon Slavin
On 25 Mar 2010, at 12:53pm, Miroslav Zagorac wrote: > It will not work, there are many problems with memory allocation, huge > far near etc. pointers, memory models... Okay, I was wrong. Thanks to you both for the correction. Simon. ___ sqlite-users

Re: [sqlite] SQLite 16 bits

2010-03-25 Thread Jay A. Kreibich
On Thu, Mar 25, 2010 at 12:16:28PM +, Simon Slavin scratched on the wall: > On 25 Mar 2010, at 2:04am, Andi Suhandi wrote: > There is no reason that the source code supplied should not > compile properly on a 16 bit OS. Most 16 bit systems do not offer 64 bit integer operations, which SQL

Re: [sqlite] SQLite 16 bits

2010-03-25 Thread Miroslav Zagorac
Simon Slavin wrote: > On 25 Mar 2010, at 2:04am, Andi Suhandi wrote: > >> Is there SQLite for 16 bit OS ? >> I want to use sqlite in my program in turbo c++ and running in DOS. > > You can download SQLite as source code, and use whatever C compiler you're > using for your own software to compile

Re: [sqlite] SQLite 16 bits

2010-03-25 Thread Israel Lins Albuquerque
Actually, if your machine is 32 bits or 64 bits to run command-line version of sqlite you don't need 16 bit version! What OS are you using? - Mensagem original - De: "Andi Suhandi" Para: sqlite-users@sqlite.org Enviadas: Quarta-feira, 24 de Março de 2010 23:04:36 Assunto: [sqlite]

Re: [sqlite] SQLite 16 bits

2010-03-25 Thread Roy Tam
2010/3/25 Simon Slavin : > > On 25 Mar 2010, at 2:04am, Andi Suhandi wrote: > >> Is there SQLite for 16 bit OS ? >> I want to use sqlite in my program in turbo c++ and running in DOS. > > You can download SQLite as source code, and use whatever C compiler you're > using for your own software to co

Re: [sqlite] SQLite 16 bits

2010-03-25 Thread Simon Slavin
On 25 Mar 2010, at 2:04am, Andi Suhandi wrote: > Is there SQLite for 16 bit OS ? > I want to use sqlite in my program in turbo c++ and running in DOS. You can download SQLite as source code, and use whatever C compiler you're using for your own software to compile it. What you probably want is