[sqlite] How to compile without TCL on Vs.Net

2004-09-16 Thread Sören Krings
Hello, how can i compile the sqlite3 source without any TCL bindings with Visual Studio 7.1? And is ist normal that i get so much conversion warnings? Best Regards Sören

Re[2]: [sqlite] I need a SQLite3 Wrapper for Java.

2004-09-16 Thread Sören Krings
Hello, at the moment i´m writing a COM wrapper for SQLite3 which will work for Visual basic and Delphi. For the future i´ve planed to write a SQLite3 wrapper for Java. But there is a basic design issu: How can i write the wrapper platform independent? I know a way to use the SQlite API from Java