Re: [sqlite] Using SQLite on Windows 64bit

2011-10-29 Thread Teg
As a programmer, I just build my own 64 bit version of Sqlite. You should try it, it's easy. Just a matter of selecting "x64" when I compile. For my customers, 64 bit installs now outnumber 32 bit. Sqlite works just fine... C Saturday, October 29, 2011, 8:03:55 AM, you wrote: AO>

Re: [sqlite] Using SQLite on Windows 64bit

2011-10-29 Thread Alek Paunov
I have 64-bit binary package for my OS (kindly maintained by guy named Panu Matilainen, outside of the sqltie.org core team). I have installed this package after the command: yum install sqlite This currently installs 3.7.5 for me. If I want to test/use different version I type: fossill clone

Re: [sqlite] Using SQLite on Windows 64bit

2011-10-29 Thread Arbol One
Yes, compiling to 32-bit is nice. It is like dancing at the tunes of "Earth Wind and Fire", h, those were the days. Like the old good songs, the 32bit apps are a good memory, many people like it, but they are a thing of the past. We are developers and anyone of us who stays behind, is left behi

Re: [sqlite] Using SQLite on Windows 64bit

2011-10-28 Thread J Trahair
Thank you, but it seems to be working now - I didn't have VC++2010 redist. Regards Jonathan - Original Message - From: Dimiter 'malkia' Stanev To: General Discussion of SQLite Database Sent: Friday, October 28, 2011 12:26 AM Subject: Re: [sqlite] Using SQ

Re: [sqlite] Using SQLite on Windows 64bit

2011-10-28 Thread Dimiter 'malkia' Stanev
I haven't used the SQLite .net modules, a coworker of mine did, and he ran into the same issue. It looks like that the bundled Managed .DLL (or was it native .DLL) was compiled for 32-bit, and his .NET application was set to "Default Mode". Once it was forced to be for 32-bit, it worked.

Re: [sqlite] Using SQLite on Windows 64bit

2011-10-27 Thread J Trahair
Got it! Thanks Joe. Regards Jonathan - Original Message - From: Joe Mistachkin To: 'General Discussion of SQLite Database' Sent: Wednesday, October 26, 2011 7:53 PM Subject: Re: [sqlite] Using SQLite on Windows 64bit J Trahair wrote: > > Works o

Re: [sqlite] Using SQLite on Windows 64bit

2011-10-26 Thread Taleeb Anwar
's 64bit. > > How do I get the interop? > > Thank you. > > Jonathan Trahair > > - Original Message - > From: Joe Mistachkin > To: 'General Discussion of SQLite Database' > Sent: Wednesday, October 26, 2011 3:20 PM > Subject: Re: [sqlite] Using SQL

Re: [sqlite] Using SQLite on Windows 64bit

2011-10-26 Thread Joe Mistachkin
J Trahair wrote: > > Works on my development 64bit machine, not on the customer's 64bit. > The most likely cause for it working on your development machine and not on your customer's machine is that you have the Microsoft Visual C++ 2010 Runtime Library installed and your customer does not. > >

Re: [sqlite] Using SQLite on Windows 64bit

2011-10-26 Thread J Trahair
- Original Message - From: Joe Mistachkin To: 'General Discussion of SQLite Database' Sent: Wednesday, October 26, 2011 3:20 PM Subject: Re: [sqlite] Using SQLite on Windows 64bit J Trahair wrote: > > However, I have installed the same installation setup.e

Re: [sqlite] Using SQLite on Windows 64bit

2011-10-26 Thread Joe Mistachkin
J Trahair wrote: > > However, I have installed the same installation setup.exe on a separate Windows > 64bit computer, and it comes up with the error message 'Could not load file or > assembly System.Data.SQLite.dll or one of its dependencies, the specified module > could not be found.' However,