NO

Author Topic: warning #2027: Missing prototype for 'localtime'.  (Read 4409 times)

sorinv

  • Guest
warning #2027: Missing prototype for 'localtime'.
« 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!



Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2266
    • http://www.smorgasbordet.com
Re: warning #2027: Missing prototype for 'localtime'.
« Reply #1 on: May 16, 2009, 03:32:53 PM »
localtime() is not available on Windows Mobile; see http://www.sqlite.org/compile.html - SQLITE_OMIT_LOCALTIME looks promising.
/Pelle