Hi,

The amalgamated file is too large for C68 in QL environment, you need to cross 
compile in Linux or Windows.

But there  preprocessed file with all the C files in separated. This is more 
suited to QL C68, just need to write the makefile. I am looking at this, Sqlite 
is supposed to be ANSI C so should no problem for C68.

Would the Dbas extensions to Superbasic not do the  same thing. Like write SQL 
statement using Superbasic.


Regards

Derek


-------- Original message --------
From: Norman Dunbar <nor...@dunbar-it.co.uk> 
Date: 19/03/2016  18:15  (GMT+00:00) 
To: ql-us...@q-v-d.com, Massimino Boccardi <massimi...@hotmail.com> 
Subject: Re: [Ql-Users] Sqlite C library 

Hi Massimino,

I looked at this some time back and found that the "all in one" file was far 
too big for C68 to compile so it needed to be split back into its separate 
parts sign and a make file created for it. And that's before looking in the 
code to find out if there's anything that might need some assembly conversions 
etc.

Also, sqlite itself is in two parts, the sqlite utility which allows you to 
create and interrogate databases fom a command line, and the main library which 
allows you to do the same, but from inside your own application. 

I haven't looked at it for a while I'm afraid. 

Have fun.


Cheers,
Norm.

On 18 March 2016 16:26:00 GMT+00:00, Massimino Boccardi 
<massimi...@hotmail.com> wrote:
>Hi.
>Is it possible to recompile the Sqlite 3 library on the QL !?
>
>www.sqlite.org 
>
>Regards,
>Massimino
>_______________________________________________
>QL-Users Mailing List

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.
_______________________________________________
QL-Users Mailing List
_______________________________________________
QL-Users Mailing List

Reply via email to