Gunnar Roth wrote:
>
> The problem is that wec7 is missing the localtime function, but there
> is replacement code for windows ce in sqlite , but no prototype. So
> when i build i get still a linker error for localtime as localtime is
> used before it is defined and that usage generates a int localtime()
> without _cdecl.
>
> If my project somehow defines _CRT_INSECURE_DEPRECATE then it gets
> even worse as now sqlite wants to use local time_s, which does snot
> existt in wec 7 either.
>
I believe these two issues should now be fixed on the "winCeLocalTime"
branch, here:
https://www.sqlite.org/src/timeline?r=winCeLocalTime
Please let us know if this clears the issues seen in your WinCE build
environment.
--
Joe Mistachkin