Re: [sqlite] [PATCH] WinCE compilation

2006-01-05 Thread Steve Lhomme
main line src tree? Regards Simon On sre, 2006-01-04 at 10:13 -1000, Steve Lhomme wrote: Hi everyone, I'm a happy user of SQlite for a project I just started to make a multimedia database (a bit like the DB in iTunes). The idea is to make it as cross-platform as possible and free. I tri

Re: [sqlite] Feature Request: Open from fd

2006-01-04 Thread Steve Lhomme
[EMAIL PROTECTED] wrote: Peter Bierman <[EMAIL PROTECTED]> wrote: Related to a project I'm working on, it would be useful for me to be able to open a database file via passing an already open file descriptor to the sqlite open() call. sqlite3_openfd(). That is not possible. SQLite needs

Re: [sqlite] Feature Request: Open from fd

2006-01-04 Thread Steve Lhomme
Aaron Laffin wrote: On 1/4/06, Peter Bierman <[EMAIL PROTECTED]> wrote: Related to a project I'm working on, it would be useful for me to be able to open a database file via passing an already open file descriptor to the sqlite open() call. sqlite3_openfd(). It seems to me that this would ca

[sqlite] [PATCH] WinCE compilation

2006-01-04 Thread Steve Lhomme
Hi everyone, I'm a happy user of SQlite for a project I just started to make a multimedia database (a bit like the DB in iTunes). The idea is to make it as cross-platform as possible and free. I tried to make it work under Windows CE but run into a few problems when compiling with Embedded V