On Fri, May 3, 2013 at 11:39 AM, <christian.kuen...@mt.com> wrote: > We are interested in using it but are not sure whether we should build our > self or take the existing "Pocket PC" binaries. Does anybody have > experience and can anybody point out the consequences of using the > pre-built binaries. It looks to us that they are built against APIs / SDK > that are not up-to-date. But we have not investigated the consequences. > Does anybody have knowledge if binaries will be available for CE 2013? > >
Probably the easiest thing to do is download the "Amalgamation" - SQLite sources bundled together into a single C source code file "sqlite3.c" (with its corresponding header "sqlite3.h"). Add those two files to your application. And add the -DSQLITE_OMIT_WAL option to your build for CE. -- D. Richard Hipp d...@sqlite.org _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users