Re: [sqlite] SQLite on 64-bit Windows O/S

2010-03-26 Thread zhangfan
On Wed, Mar 17, 2010 at 5:59 PM, Simon Slavin  wrote:
>
> On 17 Mar 2010, at 4:04am, Roger Binns wrote:
>
>> Rashed Iqbal wrote:
>>> Has anyone compiled and used SQLite on 64-bit Windows? Are there any
>>> code changes that would be needed before compiling? Would the same DB
>>> file work on 32-bit and 64-bit Windows platforms?
>>
>> The file format is fixed and is independent of the host, 32 or 64 bit,
>> endianess etc.
>>
>> I don't believe there are any Win64 issues, but I don't have it myself.
>> I do run SQLite on 64 bit Linux hosts and have done for years.
>
> I have applications which compile for both 32-bit and 64-bit 
> Macintoshes/Operating systems.  I use the same code on both platforms and 
> both platforms access the same databases (sometimes at the same time).  I 
> have found no problems resulting in the use of the different widths.
>
> Simon.
> ___
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>

Maybe I missed something.

Is there any page about SQLite's 64-bit support on www.sqlite.org? If
not, does it mean that 64-bit is not officially supported by SQLite?

I also compiled and used 64-bit SQLite. By now, it seems that nothing
was wrong. But, what I am seeking now is something guaranteed, like
some unit test cases to run, to prove my compiling is good enough for
64-bit platform.

-- 
Fan
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] SQLite on 64-bit Windows O/S

2010-03-17 Thread Simon Slavin

On 17 Mar 2010, at 4:04am, Roger Binns wrote:

> Rashed Iqbal wrote:
>> Has anyone compiled and used SQLite on 64-bit Windows? Are there any
>> code changes that would be needed before compiling? Would the same DB
>> file work on 32-bit and 64-bit Windows platforms?
> 
> The file format is fixed and is independent of the host, 32 or 64 bit,
> endianess etc.
> 
> I don't believe there are any Win64 issues, but I don't have it myself.
> I do run SQLite on 64 bit Linux hosts and have done for years.

I have applications which compile for both 32-bit and 64-bit 
Macintoshes/Operating systems.  I use the same code on both platforms and both 
platforms access the same databases (sometimes at the same time).  I have found 
no problems resulting in the use of the different widths.

Simon.
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] SQLite on 64-bit Windows O/S

2010-03-16 Thread Random Coder
On Tue, Mar 16, 2010 at 6:21 PM, Rashed Iqbal  wrote:
> Has anyone compiled and used SQLite on 64-bit Windows? Are there any
> code changes that would be needed before compiling? Would the same DB
> file work on 32-bit and 64-bit Windows platforms?

I routinely run SQLite on 64 bit and 32 bit windows, moving the
database back and forth without any issues.  There were no issues
building it.
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] SQLite on 64-bit Windows O/S

2010-03-16 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Rashed Iqbal wrote:
> Has anyone compiled and used SQLite on 64-bit Windows? Are there any
> code changes that would be needed before compiling? Would the same DB
> file work on 32-bit and 64-bit Windows platforms?

The file format is fixed and is independent of the host, 32 or 64 bit,
endianess etc.

I don't believe there are any Win64 issues, but I don't have it myself.
 I do run SQLite on 64 bit Linux hosts and have done for years.

Roger
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkugVMgACgkQmOOfHg372QSd9ACfYk7MAmDnNJTlrrQqa+8SzSSW
F+gAn1ww4XBxM1/adg2RZ8otu5O/CSmB
=9voP
-END PGP SIGNATURE-
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users