Hi, I checked SQLite’s documentation and a bit the internet but it seems to be that nobody has a definite answer which preprocessor directives have to be used to compile SQLite for Universal Windows. Without any preprocessor directives the compilation badly fails (system calls are the problem). Using with VS 2015
nmake /f Makefile.msc sqlite3 also fails. And there are preprocessor directives in the makefile that are nowhere found in the SQLite documentation (e.g. SQLITE_THREAD_OVERRIDE_LOCK). On Microsoft Dev SQLITE_OS_WINRT and SQLITE_API=__declspec(dllexport) is suggested. Any other suggestions? Regards, Hartwig _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

