I regenerated and recompiled the source files specifying that the following features (among others) are to be omitted:
SQLITE_OMIT_REINDEX SQLITE_OMIT_VIEW SQLITE_OMIT_VIRTUALTABLE Nevertheless, I am getting the following link errors: delete.obj : error LNK2019: unresolved external symbol _sqlite3MaterializeView referenced in function _sqlite3DeleteFrom update.obj : error LNK2019: unresolved external symbol _sqlite3MaterializeView referenced in function _sqlite3Update parse.obj : error LNK2019: unresolved external symbol _sqlite3VtabArgExtend referenced in function _yy_reduce parse.obj : error LNK2019: unresolved external symbol _sqlite3VtabArgInit referenced in function _yy_reduce parse.obj : error LNK2019: unresolved external symbol _sqlite3VtabBeginParse referenced in function _yy_reduce parse.obj : error LNK2019: unresolved external symbol _sqlite3VtabFinishParse referenced in function _yy_reduce parse.obj : error LNK2019: unresolved external symbol _sqlite3Reindex referenced in function _yy_reduce parse.obj : error LNK2019: unresolved external symbol _sqlite3CreateView referenced in function _yy_reduce Are there any workarounds for these, or will I have to remove the above OMIT options? Thanks, - Richard _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

