Click the link.
https://sqlite.org/download.html
Download the amalgamation zip file.
Unzip to your files directory. Should be two files. sqlite.c and
sqlite.h
Add #include "sqlite.h" to your file.
Compile.
-------------------------
Scott Doctor
[email protected]
-------------------------
On 12/20/2018 15:34, Igor Korot wrote:
Hi,
Unfortunately you didn't tell what did you try to compile, where did
you get the files you tried to compile from and
you didn't even supply the error message you received from the compilation.
Please follow-up and provide this and hopefully someone here will be
able to help.
Thank you.
On Thu, Dec 20, 2018 at 5:17 PM Donald Shepherd
<[email protected]> wrote:
You'll need to provide more information, speaking as someone who compiles
the amalgamation off the SQLite website with VC++ 2017 on Windows 10 with
no issues. SQLite is C code, not C++ code, but VC++ detects that based off
the file extension and compiles it as such.
Trying to use whatever "CPPSqlite3.cpp" is and adding C++ headers is not
likely to get you anywhere unless you follow up with whoever created those
files for assistance.
Regards,
Donald Shepherd.
On Fri, 21 Dec 2018 at 09:41, zydeholic <[email protected]> wrote:
Hello folks,
I looked through the last few months of posts in the archive, and no
subject lines seemed to cover this.
I've tried a couple of CPPSqlite3.cpp and .h from github.com.I've tried
code from a couple of websites.
NOTHING seems to compile all the way through.
I'm using Visual Studio 2017 C++. I'm on a WIndows 10 machine. 64bit,
but compiling 32 bit.
I tried Code::Blocks and got different, but equally incomplete compiles.
I've included <fstream> in the includes. I've downloaded sqlite3.c and .h.
Nothing seems to work. Is there ANYWHERE that offers a step-by-step
solution to this that WILL COMPILE all the way through.
I'm sure this has been covered before, but I did not see a way to search
the entire archives. Any help appreciated.
Thanks.
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users