Re: [sqlite] SQLite fails to build for WinCE 4.2 (WM 2003)

2010-08-24 Thread Shane Harrelson
On Windows CE, you need to compile with SQLITE_OMIT_WAL. SQLite currently doesn't support the WAL journaling mode on CE. On Tue, Aug 24, 2010 at 6:32 AM, Aleksandr Jr. wrote: > Hi. > > I got a problem when compiling SQLte 3.7.2 for Windows CE 4.2 (Windows > Mobile 2003) - it cannot be done

[sqlite] SQLite fails to build for WinCE 4.2 (WM 2003)

2010-08-24 Thread Aleksandr Jr .
Hi. I got a problem when compiling SQLte 3.7.2 for Windows CE 4.2 (Windows Mobile 2003) - it cannot be done. In the function winShmSystemLock(...) is called API-function UnlockFileEx(...), but it is implemented only in Windows CE 5.0 and later (and there in winShmSystemLock(...) is used consta