Pelles C forum

C language => Pocket PC and Smartphone questions => Topic started by: sorinv on May 15, 2009, 04:56:40 PM

Title: warning #2027: Missing prototype for 'localtime'.
Post by: sorinv on May 15, 2009, 04:56:40 PM
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!


Title: Re: warning #2027: Missing prototype for 'localtime'.
Post by: Pelle on May 16, 2009, 03:32:53 PM
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.