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 <nonghead-webs...@yahoo.com> 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 > sqlite-users@mailinglists.sqlite.org > http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users > _______________________________________________ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users