Re: [sqlite] x64 binary

2016-06-29 Thread Noel Frankinet
Not really an answer, but it's easier to compile directly the source of sqlite with your files. Only one .c file, no dependency, no 32 or 64 bit problem, no installation problem. Best wishes. Noël On 29 June 2016 at 01:05, BOSECKER Nancy wrote: > Hi, > > I have a very

[sqlite] x64 binary

2016-06-28 Thread BOSECKER Nancy
Hi, I have a very basic problem, maybe someone can help. I'm trying to use sqlite3.dll in an x64 application (VS 2008). So, I downloaded the x64 zip from the SQLite download page, unzipped it. I put the .dll, .lib, and .def files in my project's directory. I added the .lib to the Linker->Input