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 mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/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
  SQLite depends on.  Not to mention all the memory issues... 16 bit
  systems can typically only access banks of 64KB at a time.

   -j

-- 
Jay A. Kreibich < J A Y  @  K R E I B I.C H >

"Our opponent is an alien starship packed with atomic bombs.  We have
 a protractor."   "I'll go home and see if I can scrounge up a ruler
 and a piece of string."  --from Anathem by Neal Stephenson
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


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 it.  What you probably want is the 
> first download link on this page:
> 
> http://www.sqlite.org/download.html
> 
> There is no reason that the source code supplied should not compile properly 
> on a 16 bit OS.  However, you may need to make minor changes to some of the 
> compiler directives if Turbo C++ makes assumptions about word lengths, etc..
> 
> Simon.

It will not work, there are many problems with memory allocation, huge 
far near etc. pointers, memory models...

-- 
Zaga

You have worked and not worked.  Not working is the hardest work of all.
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


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" <suha...@informatika.co.id> 
Para: sqlite-users@sqlite.org 
Enviadas: Quarta-feira, 24 de Março de 2010 23:04:36 
Assunto: [sqlite] SQLite 16 bits 

Is there SQLite for 16 bit OS ? 
I want to use sqlite in my program in turbo c++ and running in DOS. 

regards 


Andi 
___ 
sqlite-users mailing list 
sqlite-users@sqlite.org 
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users 


-- 

Regards , 

Israel Lins Albuquerque 
Desenvolvimento 
Polibrás Brasil Software Ltda. 


___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


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 compile it.  What you probably want is the 
> first download link on this page:
>
> http://www.sqlite.org/download.html
>
> There is no reason that the source code supplied should not compile properly 
> on a 16 bit OS.  However, you may need to make minor changes to some of the 
> compiler directives if Turbo C++ makes assumptions about word lengths, etc..
>

It was heard that SQLite 3.x was ported to DJGPP and Borland C++.
http://groups.google.com/group/comp.os.msdos.djgpp/browse_thread/thread/5f40742a2df9844b
http://fixunix.com/ms-dos/21520-sqlite-3-0-7-ported-djgpp.html
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


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 the first 
download link on this page:

http://www.sqlite.org/download.html

There is no reason that the source code supplied should not compile properly on 
a 16 bit OS.  However, you may need to make minor changes to some of the 
compiler directives if Turbo C++ makes assumptions about word lengths, etc..

Simon.
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


[sqlite] SQLite 16 bits

2010-03-25 Thread Andi Suhandi
Is there SQLite for 16 bit OS ?
I want to use sqlite in my program in turbo c++ and running in DOS.

regards


Andi
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users