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, after showing that my 64 bit problems go away when I include the
amalgamation source in the project, the whining just stops.

thanks
:)

Adam

On Fri, Dec 17, 2010 at 5:20 PM, Simon Slavin slav...@bigfraud.org wrote:


 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 it in, feel free to compile
 it yourself.

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




-- 
VerifEye Technologies Inc.
905-948-0015x245
151 Whitehall Dr, Unit 2
Markham ON, L3R 9T1
Canada
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


[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.

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


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.

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


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 in a (single-threaded, multi-process) 64-bit
application in tcl and C on both FreeBSD6 and linux 2.6.18-164,
RHEL5.4 for 6 or 8 months with no issues whatsoever.  The application
parses a superset of csv (with arbitrary optional field separators,
arbitrary optional quotation characters, arbitrary optional padding
characters, arbitrary record separators, field data type checking etc)
and exposes relational queries on the data set.

The app screams along at 16 records per second on the parse side,
and I'm still pretty sure it's my parse code that's the bottleneck and
not sqlite.

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


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 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 in a (single-threaded, multi-process) 64-bit
 application in tcl and C on both FreeBSD6 and linux 2.6.18-164,
 RHEL5.4 for 6 or 8 months with no issues whatsoever.  The application
 parses a superset of csv (with arbitrary optional field separators,
 arbitrary optional quotation characters, arbitrary optional padding
 characters, arbitrary record separators, field data type checking etc)
 and exposes relational queries on the data set.

 The app screams along at 16 records per second on the parse side,
 and I'm still pretty sure it's my parse code that's the bottleneck and
 not sqlite.

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




-- 
VerifEye Technologies Inc.
905-948-0015x245
151 Whitehall Dr, Unit 2
Markham ON, L3R 9T1
Canada
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


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 it in, feel free to compile it yourself.

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