On 30 Dec 2017, at 11:35am, eli <[email protected]> wrote:

> It would be awesome if SQLite could compile as a part of bigger C++ project.

It can.  It should work fine.  This is the main way SQLite is intended to be 
used.  Download the "amalgamation" source code (one .h and one .c file) and 
include them in your project.

The only problem is making sure your compiler understands that a file ending in 
".c" is C source code, not C++ source code.

Simon.
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to