Re: [sqlite] [PATCH] WinCE compilation

2006-01-16 Thread Simon Posnjak
[EMAIL PROTECTED] wrote: Simon Posnjak <[EMAIL PROTECTED]> wrote: Would it be possible if [Steve Lhomme's] port [to WinCE] and the sf port could be merged together in main line src tree? I have attempt to do this, but I have no way to test it. Anybody who is able to download the lat

Re: [sqlite] [PATCH] WinCE compilation

2006-01-06 Thread drh
"Robert Simpson" <[EMAIL PROTECTED]> wrote: > > in os_win.c theres: > > static int winFileHandle(OsFile *id){ > return (int)((winFile*)id)->h; > } > > This won't fly on 64-bit platforms. Windows file handles are declared as > HANDLE which is an alias for "void *". int's are 32-bits in 64-bi

Re: [sqlite] [PATCH] WinCE compilation

2006-01-06 Thread Robert Simpson
Just for the record ... Took me about an hour to figure out how to compile on Windows from the CVS sources, and even then it was guesswork and I wasn't able to do it 100%. The ".in" files I couldn't figure out how to process by hand. nmake on Windows was useless for the makefiles, and "config

Re: [sqlite] [PATCH] WinCE compilation

2006-01-06 Thread Robert Simpson
9:22 AM Subject: Re: [sqlite] [PATCH] WinCE compilation Simon Posnjak <[EMAIL PROTECTED]> wrote: Would it be possible if [Steve Lhomme's] port [to WinCE] and the sf port could be merged together in main line src tree? I have attempt to do this, but I have no way to test it. Anybody

Re: [sqlite] [PATCH] WinCE compilation

2006-01-06 Thread drh
Simon Posnjak <[EMAIL PROTECTED]> wrote: > > Would it be possible if [Steve Lhomme's] port [to WinCE] and the sf > port could be merged together in main line src tree? > I have attempt to do this, but I have no way to test it. Anybody who is able to download the latest from CVS, compile for Wi

Re: [sqlite] [PATCH] WinCE compilation

2006-01-05 Thread Steve Lhomme
Ah, thanks for the tip. I'll have a look. Steve Simon Posnjak wrote: Hi, I do not now if you found it but there is another port of sqlite to WinCE. You can find it at http://sqlite-wince.sourceforge.net/. Would it be possible if your port and the sf port could be merged together in main lin

Re: [sqlite] [PATCH] WinCE compilation

2006-01-05 Thread Simon Posnjak
Hi, I do not now if you found it but there is another port of sqlite to WinCE. You can find it at http://sqlite-wince.sourceforge.net/. Would it be possible if your port and the sf port could be merged together in main line src tree? Regards Simon On sre, 2006-01-04 at 10:13 -1000, Steve Lhomm

[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