Re: [sqlite] 64 bit sqlite 3

2010-12-22 Thread Adam DeVita
At first I was like awe, I don't wanna do my homework. I'd have to recompile all my little utilities and distribute them rather than just distribute a new DLL and it would be nice to keep our local program maintainers from helping instead of keeping to the officially released code. Now,

[sqlite] 64 bit sqlite 3

2010-12-17 Thread giuseppe500
There is a version of SQLite 3 for 64-bit systems? or, you can simply compile the source of sqlite3 at 64-bit with c++ 2008? thanks. -- View this message in context: http://old.nabble.com/64-bit-sqlite-3-tp30479452p30479452.html Sent from the SQLite mailing list archive at Nabble.com.

Re: [sqlite] 64 bit sqlite 3

2010-12-17 Thread Martin Engelschalk
Hi, we compiled the amalgamation with VC++ 2010 64 bit and had no problems whatsoever. Martin Am 17.12.2010 10:36, schrieb giuseppe500: There is a version of SQLite 3 for 64-bit systems? or, you can simply compile the source of sqlite3 at 64-bit with c++ 2008? thanks.

Re: [sqlite] 64 bit sqlite 3

2010-12-17 Thread Eric Smith
On Fri, Dec 17, 2010 at 4:36 AM, giuseppe500 giuseppe...@yahoo.it wrote: There is a version of SQLite 3 for 64-bit systems? or, you can simply compile the source of sqlite3 at 64-bit with c++ 2008? thanks. FWIW I compiled sqlite 3.6.23.1 along with its tcl hooks and have been happily using it

Re: [sqlite] 64 bit sqlite 3

2010-12-17 Thread Adam DeVita
Will a 64 bit Windows DLL eventually be posted for download? On Fri, Dec 17, 2010 at 9:45 AM, Eric Smith eas@gmail.com wrote: On Fri, Dec 17, 2010 at 4:36 AM, giuseppe500 giuseppe...@yahoo.it wrote: There is a version of SQLite 3 for 64-bit systems? or, you can simply compile the

Re: [sqlite] 64 bit sqlite 3

2010-12-17 Thread Simon Slavin
On 17 Dec 2010, at 4:30pm, Adam DeVita wrote: Will a 64 bit Windows DLL eventually be posted for download? SQLite is distributed as source. Generally speaking you compile the amagamation form directly into your application rather than making a separate library of it. Whatever form you want