[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
"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
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
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
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
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
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
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
8 matches
Mail list logo