On 4/21/16, Peter Svorada <Peter.Svorada at afsi.com> wrote: > > The working solution seems to be the one where I don't call "fossil checkout > winrt"
Correct. The "winrt" branch has long since been merged into trunk. See https://www.sqlite.org/src/timeline?n=100&r=winrt for details. > All I did was > include following lines in Makefile.msc > > > OPT_FEATURE_FLAGS = $(OPT_FEATURE_FLAGS) -DSQLITE_ENABLE_JSON1=1 > > OPT_FEATURE_FLAGS = $(OPT_FEATURE_FLAGS) -DSQLITE_ENABLE_FTS4=1 > > OPT_FEATURE_FLAGS = $(OPT_FEATURE_FLAGS) -DSQLITE_OS_WINRT=1 > > > When I build sqlite3.dll afterwards, the app seems to be working fine and it > recognizes json functions. That looks right. You have also enabled FTS4, as I'm sure you recognize. -- D. Richard Hipp drh at sqlite.org