how can i compile the sqlite3 source without any TCL bindings with Visual Studio 7.1?
I simply left out 'tclsqlite.c' and 'shell.c', and the rest compiled fine. You could probably define NO_TCL if you really want the source file in there, but I just removed it.
And is ist normal that i get so much conversion warnings?
I get conversion warnings also, most of them are harmless, but annoying.
I considered doing that myself. But then I looked and it seems that all the tests are written in TCL, so 'make test' would fail just as it does now if your TCL is too old. -- Darren Duncan