It seems that the compilation errors i reported earlier
error C2099: initializer is not a constant ..\sqlite3\sqlite3.c 73531,
etc....

only occured in debug mode, and, were caused by flag:
Program Database for Edit And Continue (/ZI)

after changing the flag to:
Program Database (/Zi)

everything is compiling normally again both in debug and release mode.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to