Are you on Windows? Can you install a compiler?  If so then there's gcc for 
windows at http://tdm-gcc.tdragon.net/download or what used to be Borland C++, 
is now Embarcadero and much updated to version 10 at 
https://www.embarcadero.com/free-tools/ccompiler/start-for-free - you will need 
to register for this one.

Both will compile the Sqlite library source, but the latter compiler needs a 
couple of changes (which i must post at some point soon!)  To compile the 
Sqlite3 command line utility.

I've used both successfully.

If, on the other hand you are unable to install a compiler, pretend I never 
sent this! 


Cheers,
Norm.

On 9 June 2017 13:15:45 BST, Martin Lowry <m.lo...@hull.ac.uk> wrote:
>Hi
>
>Richard, thanks for the quick reply.  Unfortunately compiling the
>library myself is not an option since I have no C/C++ compiler
>available. Looks like I'll have to live with my workaround.
>
>Cheers,
>
>Martin
>
>
>On 09/06/2017 12:40, Richard Hipp wrote:
>> On 6/9/17, Martin Lowry <m.lo...@hull.ac.uk> wrote:
>>> In version 3.11.1 sqlite3_table_column_metadata
>>> failed with a non-zero exit code which was  easier to deal with.
>> If you compile with -DSQLITE_ENABLE_API_ARMOR, then invoking
>> sqlite3_table_column_metadata() with a NULL zTableName value will
>> return SQLITE_MISUSE - which is non-zero, but which should also be a
>> clue that you are doing something wrong.
>>
>> I will update this documentation to make it clear that the table name
>> parameter to sqlite3_table_column_metadata() may not be null.
>
>=

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to