[sqlite] 答复: 答复: Is SQLite supporting x64?

2011-09-27 Thread mmxida
Well, I'll check it out then. Thank you, Richard. -邮件原件- 发件人: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-bounces@sqlite. org] 代表 Richard Hipp 发送时间: 2011年9月26日 0:47 收件人: General Discussion of SQLite Database 主题: Re: [sqlite] 答复: Is SQLite supporting x64? 2011/9/25 mmxida <

[sqlite] 答复: 答复: Is SQLite supporting x64?

2011-09-27 Thread mmxida
Well, I'll check it out then. Thank you, Richard. -邮件原件- 发件人: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-bounces@sqlite. org] 代表 Richard Hipp 发送时间: 2011年9月26日 0:47 收件人: General Discussion of SQLite Database 主题: Re: [sqlite] 答复: Is SQLite supporting x64? 2011/9/25 mmxida <

[sqlite] 答复: 答复: Is SQLite supporting x64?

2011-09-27 Thread mmxida
- Hash: SHA1 On 09/25/2011 02:09 AM, mmxida wrote: > Have the SQLite develop team already concern the 64-bit issue when > they begin the project? Yes. The Unix world had 64 bit platforms way back in the mid-90s (eg DEC Alpha). Not to mention different endianess on different CPUs. > Is

[sqlite] 答复: :答复: 答复: Is SQLite supporting x64?

2011-09-25 Thread mmxida
modularity for modularity's sake is not a good idea when you sacrifice future problems. Michael D. Black Senior Scientist NG Information Systems Advanced Analytics Directorate From: sqlite-users-boun...@sqlite.org [sqlite-users-boun...@sqlite.org] on behalf of mmxida [mmx...@126.com] Sent: Sunday, Se

[sqlite] 答复: 答复: Is SQLite supporting x64?

2011-09-25 Thread mmxida
will work just fine and your users will never have any problems (at least from 32-bit/64-bit compatibility). Michael D. Black Senior Scientist NG Information Systems Advanced Analytics Directorate From: sqlite-users-boun...@sqlite.org [sqlite-users-boun...@sqlite.org] on behalf of mmxida [mmx

[sqlite] 答复: Is SQLite supporting x64?

2011-09-25 Thread mmxida
SIGNED MESSAGE- Hash: SHA1 On 09/24/2011 10:00 PM, mmxida wrote: > In short, can the SQLite binary file work well also on 64-bit Windows OS? The SQLite website download is a 32 bit DLL and will only work in 32 bit processes (that is independent of the OS being 32 or 64 bit). However you

[sqlite] Is SQLite supporting x64?

2011-09-24 Thread mmxida
Hello, I download the SQLite source code from the site, I want to compile the source to x64 version using VS2010. I know how to compile application to x64 version with VS2010, but I want to know that is the SQLite code base supporting the x64 platform internally? Because the "Precompiled Binaries