Am 25.06.2012 22:18, schrieb John Drescher:
On Mon, Jun 25, 2012 at 4:15 PM, deltagam...@gmx.net
<deltagam...@gmx.net> wrote:
Hello,

Im using MSVS 2010 for an c++ GUI project.
After including sqlite3.h and sqlite3.c from the amalgamation-3071200
and with the Project Properties--> C/C++  --> Precompiled Headers -->
Precompiled Header --> Use (/Yu)
I get the error
sqlite3.c : fatal error C1853: 'Debug\Contegos_UI.pch' precompiled header
file is from a previous version of the compiler, or the precompiled header
is C++ and you are using it from C (or vice versa)
This is something I see with Visual Studio from time to time (not with
sqlite but I use that with Qt):

Delete Debug\Contegos_UI.pch

and try again.

John

Hello John,
deleting the pch file did not lead to success.
In another non-GUI project , i did succeed by deleting the whole build-branch, nor only the pch file. And setting the Create (/Yc) option
But here it does not work.


_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to