PCH/precompiled headers are not related to SQLite.  You can try disabling
them or looking in how to fix them separately.

Regards,
Donald Shepherd.

On Fri, 21 Dec 2018 at 12:34, zydeholic <nonghead-webs...@yahoo.com> wrote:

> Ok, sorry for my thrashing.  I get frustrated when I don't know what's
> happening, even when I follow directions from a website.  And I tried
> several things and couldn't remember what errors I got from what venture.
>
>
>
> To Scott Doctor,
> I pulled the two files into a C++ project, deleted the .cpp file, and
> compiled.
> It came back and said my PCH compiled header was from a previous project,
> or something like that.  I tried to save the message, but it got lost in
> the hubbub.
> So, I deleted the PCH.CPP file that was in the project.  I just rebuilt
> it, and got this message:
>
> Error    C1010    unexpected end of file while looking for precompiled
> header. Did you forget to add '#include "pch.h"' to your source?
> sqlite_c    c:\sqlite\source code\sqlite-amalgamation-3260000\sqlite3.c
> 220536
>
> even though I have #include "pch.h" in both of my .c and .h files.
>
> Any pointers appreciated.  Thanks.
>
>
>       From: zydeholic <nonghead-webs...@yahoo.com>
>  To: "sqlite-users@mailinglists.sqlite.org" <
> sqlite-users@mailinglists.sqlite.org>
>  Sent: Thursday, December 20, 2018 2:41 PM
>  Subject: Need setup code for VC++ 2017 that will ACTUALLY COMPILE
>
> 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

Reply via email to