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

Reply via email to