[sqlite] 2 Threads - lock after Commit:

2007-04-21 Thread Matthew Veenstra
Hello, I was wondering if someone can shed a bit of light on a problem I am having. I am using SQLite in a client setting on Mac and Windows. I have two threads. That I use SQLite in. The main thread uses this to get data and display it to screen. Then I have a worker or seco

Re: [sqlite] building sqlite.lib

2006-09-19 Thread Matthew Veenstra
Hello, If you google something like, "making a lib from a def file" you will find a lot of information and it will help you understand how to do this. It has been a while since I have done it, but you will easily find what you are looking for. Matt tribalmedia On Sep 11, 2006,

Re: [sqlite] sqlite3_prepare() fails Mac OS X Universal Binary version 3.3.5

2006-05-09 Thread Matthew Veenstra
include this with the preprocessed files used for the Windows build, as that is what I based this on my framework on. Thanks, Matt On May 9, 2006, at 3:21 AM, [EMAIL PROTECTED] wrote: Matthew Veenstra <[EMAIL PROTECTED]> wrote: My SQL Statement is a standard null terminated C string

Re: [sqlite] sqlite3_prepare() fails Mac OS X Universal Binary version 3.3.5

2006-05-08 Thread Matthew Veenstra
My SQL Statement is a standard null terminated C string (UTF-8 format). The termination is at the proper place. strlen() verifies this. Is the string supposed to be something else than a C string? What is really odd is that it works perfectly with the installed 3.1.3. With the

[sqlite] sqlite3_prepare() fails Mac OS X Universal Binary version 3.3.5

2006-05-08 Thread Matthew Veenstra
Hello, First of Kudos for a such a great program. SQLite is easy to use, fast, and portable. Now to my question. I am building a Mac OS X universal binary framework (think dll or dylib). I build this with a makefile I did by hand based on the results of configure and the generic make f