Hi, thanks for your past replies, I am now using the latest 3.0.7.
I think that there are two more problems when using both libraries in the same project.
Two redefined macros (with different values) that most compilers treats as an error:
sqlite.h: #define SQLITE_VERSION "2.8.15" #define SQLITE_TEXT (-2)
sqlite3.h: #define SQLITE_VERSION "3.0.7" #define SQLITE_TEXT 3
Any help? Any idea?
Thanks a lot, Marco Bambini