warning #2027: Missing prototype for 'localtime'.

Started by sorinv, May 15, 2009, 04:56:40 PM

Previous topic - Next topic

sorinv

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!



Pelle

localtime() is not available on Windows Mobile; see http://www.sqlite.org/compile.html - SQLITE_OMIT_LOCALTIME looks promising.
/Pelle