Re: [sqlite] Tcl interface updated to require TCL version 8.4

2004-08-20 Thread Andy Colson
Mauricio Piacentini wrote: Mosley, Harlan R. wrote: I have been considering sqlite for my windows application, and I am an individual who has not the resources to upgrade, so I continue to use TclPro 1.4 (8.3.2) because of the tools in the TcLPro package. I would not be able to use the latest

Re: [sqlite] 3.0 ship date?

2004-07-26 Thread Andy Colson
CARIOTOGLOU MIKE wrote: I am working on a Delphi wrapper of the sqlite3 API. Where should I post the file when properly tested ? I'm not sure if you can post files to the wikki or not, but that might be one place. I have been thinking of adding some of my delphi source to my webpage, if/when I

Re: [sqlite] Versions 2.8.15 and 3.0.3 available

2004-07-22 Thread Andy Colson
Roger Reghin (Duty/Sedes/CWB) wrote: D. Hipp, is there a 2.8.15 pre-compiled DLL available?? I still couldn't find any =( Thanks, Roger Reghin. I have compiled the 3.0.3 DLL as well as 2.8.15 (my first time with the 2.8.x so hopefully its right) and put them on my website:

Re: [sqlite] question on sqlite3 api

2004-07-21 Thread Andy Colson
CARIOTOGLOU MIKE wrote: I am creating a Delphi wrapper for sqlite 3 API. I am having some trouble interpeting the documentation and c header files. specifically, I am not sure how to handle these: int sqlite3_bind_blob(sqlite3_stmt*, int, const void*, int n, void(*)(void*)); int