Sqlite3 build with VS 2003 fails because intrin.h is not found. To fix, line 10761 should be
# if defined(_MSC_VER) && _MSC_VER>1400 Instead of # if defined(_MSC_VER) && _MSC_VER>=1300 /Ashok _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

