> I tried the first option and i am getting the following error : > ------ Build started: Project: Source Tagging System, Configuration: Debug > Win32 ------ > > Compiling... > sqlite3.c > c:\Documents and Settings\Administrator\My Documents\Visual Studio > Projects\Source Tagging System\sqlite-amalgamation\sqlite3.c(22) : fatal > error C1853: 'Debug/Source Tagging System.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)
It appears that you cannot mix the same precompiled header for both C and C++ files. In that case, it's probably best to disable precompiled headers for the SQLite source file(s). Do a quick search on your original compiler error code, "C1010"-- this should give plenty of info on how to disable this feature. _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users