Re: [sqlite] QLite version 3.0.7 specifically designed for WinCE ?

2004-10-02 Thread Nuno Lucas
Steve Frierdich, dando pulos de alegria, escreveu : Anyone know where I can download SQLite version 3.0.7 specifically designed for WinCE OS. Thanks Steve http://sqlite-wince.sourceforge.net Regards, ~Nuno Lucas

Re: [sqlite] How to install SQLite for use in XCode (MacOSX) ?

2004-10-02 Thread b.bum
On Oct 2, 2004, at 10:29 AM, Eric Morand wrote: I'm currently on the process to use an SQLite database on my new XCode project, for MacOSX Panther. But I have no idea on how I should install the database framework... Can someone explain me the entire process ? Sure. First, decide if you want

Re: [sqlite] How to install SQLite for use in XCode (MacOSX) ?

2004-10-02 Thread Philip Riggs
Or you can just include the source in your XCode project, as done with the QuickLite wrapper (check http://www.webbotech.com/ for an example). Philip On Oct 2, 2004, at 3:16 PM, b.bum wrote: On Oct 2, 2004, at 10:29 AM, Eric Morand wrote: I'm currently on the process to use an SQLite database on

[sqlite] valgrind and sqlite3 command line tool

2004-10-02 Thread Al Danial
I'm using valgrind to help locate memory problems in C code I wrote that uses the SQLite (v3) library. Valgrind returned an unusual message about threads which was odd because I'm not doing multithreading. Backing up a bit I turned valgrind loose on the sqlite3 command line tool. Here's what it