Hello,
I'm trying to compile a simple windows Mobile application with sqlite support. I use sqlite-amalgamation-3_6_1. I have included sqlite3.h an I have added sqlite3.c to my project.
Help!
localtime() is not available on Windows Mobile; see http://www.sqlite.org/compile.html (http://www.sqlite.org/compile.html) - SQLITE_OMIT_LOCALTIME looks promising.