Re: [sqlite] SQLite3.dll for x64

2017-03-06 Thread Chris Locke
Or user error. "Thanks. Also found out where I was going wrong. While creating the .lib file, weshould be using the following command: lib /def:sqlite3.def /machine:X64 /out:sqlite3.lib I was skipping the /machine:X64 option before." On Mon, Mar 6, 2017 at 10:48 AM, Anick Saha wrote: > Hi, > >

Re: [sqlite] SQLite3.dll for x64

2017-03-06 Thread Scott Robison
On Mon, Mar 6, 2017 at 3:48 AM, Anick Saha wrote: > Hi, > > Please look into this issue: > http://stackoverflow.com/questions/42623284/sqlite3-dll-for-x64 > > My guess would be that the download link might be directing to the wrong > set of files. > As you've already discovered (based on the pos

[sqlite] SQLite3.dll for x64

2017-03-06 Thread Anick Saha
Hi, Please look into this issue: http://stackoverflow.com/questions/42623284/sqlite3-dll-for-x64 My guess would be that the download link might be directing to the wrong set of files. Thanks, Anick ___ sqlite-users mailing list sqlite-users@mailinglist

Re: [sqlite] sqlite3.dll missing, HELP please :)

2013-01-06 Thread Tim Streater
On 06 Jan 2013 at 22:41, Simon Slavin wrote: > On 6 Jan 2013, at 7:39pm, Tim Streater wrote: > >> On 06 Jan 2013 at 17:11, Simon Slavin wrote: >> >>> On 6 Jan 2013, at 5:09pm, Richard Hipp wrote: >>> I am a Windows VISTA Home Basic 2007 user who needs some help, please. Every time I

Re: [sqlite] sqlite3.dll missing, HELP please :)

2013-01-06 Thread Simon Slavin
On 6 Jan 2013, at 7:39pm, Tim Streater wrote: > On 06 Jan 2013 at 17:11, Simon Slavin wrote: > >> On 6 Jan 2013, at 5:09pm, Richard Hipp wrote: >> >>> I am a Windows VISTA Home Basic 2007 user who needs some help, please. >>> Every time I turn on my PC, Windows tells me the SQLITE3.DLL file

Re: [sqlite] sqlite3.dll missing, HELP please :)

2013-01-06 Thread Tim Streater
On 06 Jan 2013 at 17:11, Simon Slavin wrote: > On 6 Jan 2013, at 5:09pm, Richard Hipp wrote: > >> I am a Windows VISTA Home Basic 2007 user who needs some help, please. >> Every time I turn on my PC, Windows tells me the SQLITE3.DLL file is >> missing. > > If you have iTunes or QuickTime instal

Re: [sqlite] sqlite3.dll missing, HELP please :)

2013-01-06 Thread Simon Slavin
On 6 Jan 2013, at 5:09pm, Richard Hipp wrote: > I am a Windows VISTA Home Basic 2007 user who needs some help, please. > Every time I turn on my PC, Windows tells me the SQLITE3.DLL file is > missing. If you have iTunes or QuickTime installed, please reinstall it. Simon. __

Re: [sqlite] sqlite3.dll no longer operative

2012-10-17 Thread OBones
Actually, the 32 bits version should go to c:\windows\syswow64 as c:\windows\system32 is for 64 bits DLLs on a 64bits Windows. Stephen Chrzanowski wrote: This "smells" like a program that is either installed by you, or, from your CD when you reloaded, is looking for the sqlite3.dll but can't fi

Re: [sqlite] sqlite3.dll no longer operative

2012-10-17 Thread Stephen Chrzanowski
This "smells" like a program that is either installed by you, or, from your CD when you reloaded, is looking for the sqlite3.dll but can't find it. Download the Win32 version from the SQLite site and extract the DLL to the c:\windows\system32 directory (You'll need administrative rights) and you sh

Re: [sqlite] sqlite3.dll no longer operative

2012-10-16 Thread Navaneeth.K.N
On Oct 11, 2012 5:58 PM, "L. Dale Rohl" wrote: > > I am using 64bit Window 7 on my stand alone Toshiba Computer. Recently I > lost a Hard Drive and had it replaced. All is well but during activation of > the computer a pop-up is on the screen that says that "sqlite3.dll" has been > lost and I need

[sqlite] sqlite3.dll no longer operative

2012-10-11 Thread L. Dale Rohl
I am using 64bit Window 7 on my stand alone Toshiba Computer. Recently I lost a Hard Drive and had it replaced. All is well but during activation of the computer a pop-up is on the screen that says that "sqlite3.dll" has been lost and I need to download and replace the file. I have looked and l

Re: [sqlite] SQLite3.dll for OS x64

2012-06-08 Thread NOCaut
download source fro offixal site in C. then Create c++ project and add sqlite file.. rewrite code under с++. duild with x64 compiler. and Bingo!! all works -- View this message in context: http://sqlite.1065341.n5.nabble.com/SQLite3-dll-for-OS-x64-tp62292p62317.html Sent from the SQLite mailing l

Re: [sqlite] SQLite3.dll for OS x64

2012-06-07 Thread Black, Michael (IS)
tions Operating Unit Northrop Grumman Information Systems From: sqlite-users-boun...@sqlite.org [sqlite-users-boun...@sqlite.org] on behalf of NOCaut [mr.du...@gmail.com] Sent: Wednesday, June 06, 2012 10:13 AM To: sqlite-users@sqlite.org Subject: EXT :Re: [sqlite] SQLit

Re: [sqlite] SQLite3.dll for OS x64

2012-06-07 Thread NOCaut
I download source fro office site. rebild it to the x64. But sqlite3.dll not work. If many code rewrite for work for x64 pleace say where i can download. or say where i can read manual for recognize. -- View this message in context: http://sqlite.1065341.n5.nabble.com/SQLite3-dll-for-OS-x64-tp

Re: [sqlite] SQLite3.dll for OS x64

2012-06-06 Thread Kevin Benson
On Wed, Jun 6, 2012 at 8:33 AM, NOCaut wrote: > In the offical site i have not found dll for x64 OS. Where can I download > it? > > -- > Maybe try downloading the .ZIP archive for the appropriate .NET Framework (with "-static-binary-bundle-x64-" as part of its archive name - under "Precompiled S

[sqlite] SQLite3.dll for OS x64

2012-06-06 Thread NOCaut
In the offical site i have not found dll for x64 OS. Where can I download it? -- View this message in context: http://sqlite.1065341.n5.nabble.com/SQLite3-dll-for-OS-x64-tp62292.html Sent from the SQLite mailing list archive at Nabble.com. ___ sqlite-us

Re: [sqlite] sqlite3.dll version information not available

2012-03-01 Thread Jos Groot Lipman
ite-users-boun...@sqlite.org] On Behalf Of Igor Tandetnik > Sent: donderdag 1 maart 2012 14:17 > To: sqlite-users@sqlite.org > Subject: Re: [sqlite] sqlite3.dll version information not available > > Thomas Funk wrote: > >> I use the sqlite3.dll for Win32, it works fine.

Re: [sqlite] sqlite3.dll version information not available

2012-03-01 Thread Igor Tandetnik
Thomas Funk wrote: >> I use the sqlite3.dll for Win32, it works fine. >> It is possible to add the version information in the next version. I >> think it helps a lot of users, so it is possible to read the version in >> my application by a windows API function, and check for the correct version.

[sqlite] sqlite3.dll version information not available

2012-03-01 Thread Thomas Funk
Hello, I use the sqlite3.dll for Win32, it works fine. It is possible to add the version information in the next version. I think it helps a lot of users, so it is possible to read the version in my application by a windows API function, and check for the correct version. I have attached a exam

Re: [sqlite] sqlite3.dll wrapper to import .csv file

2012-02-29 Thread Simon Slavin
On 29 Feb 2012, at 4:53am, Rick Guizawa wrote: > Hi All, I am using sqlite3.dll in my c# winform app, I was wondering if > anyone knows how to import .csv file into sqlite db table using c# > sqlite3.dll wrapper function. SQLite has no functions for handling .csv files. You can either write yo

[sqlite] sqlite3.dll wrapper to import .csv file

2012-02-28 Thread Rick Guizawa
Hi All, I am using sqlite3.dll in my c# winform app, I was wondering if anyone knows how to import .csv file into sqlite db table using c# sqlite3.dll wrapper function. Thank's for any help I get. Cheers, Rick ___ sqlite-users mailing list sqlite-users@sq

Re: [sqlite] SQLite3.dll for Win 64

2011-07-26 Thread Everton Vieira
Hey people let's consider provide 64bit binaries in sqlite.org 2011/7/26 Everton Vieira > Done! Probably something with gawk was occurring because after i've copy > all gawk files inside the folder of the source they work out. > > Thanks to all. > > 2011/7/25 Shane Harrelson > >> The makefile

Re: [sqlite] SQLite3.dll for Win 64

2011-07-26 Thread Everton Vieira
Done! Probably something with gawk was occurring because after i've copy all gawk files inside the folder of the source they work out. Thanks to all. 2011/7/25 Shane Harrelson > The makefile builds lemon.exe from lemon.c as part of the build process, so > make sure it was generated correctly as

Re: [sqlite] SQLite3.dll for Win 64

2011-07-25 Thread Shane Harrelson
The makefile builds lemon.exe from lemon.c as part of the build process, so make sure it was generated correctly as well. "lemon -x" should print a version number. "lemon -?" should print an error and help message. Again, HTH. -Shane On Mon, Jul 25, 2011 at 5:51 PM, Shane Harrelson wrote: > >

Re: [sqlite] SQLite3.dll for Win 64

2011-07-25 Thread Shane Harrelson
The TK_* identifiers are all defined in parse.h which is generated by lemon.exe from parse.y. parse.h is "included" in the amalgamation file, sqlite3.c. Try deleting your parse.c and parse.h and sqlite3.c and re-running your make. Check that parse.h was generated correctly and subsequently concaten

Re: [sqlite] SQLite3.dll for Win 64

2011-07-25 Thread Everton Vieira
Probably is even possible, but much better would be to have this dll especially for the community. Anyone have done this dll before? 2011/7/25 Robert Myers > Check your compiler documentation. You should be able to link C .obj > files and call C functions without too much hassle. The biggest is

Re: [sqlite] SQLite3.dll for Win 64

2011-07-25 Thread Robert Myers
Check your compiler documentation. You should be able to link C .obj files and call C functions without too much hassle. The biggest issue will be getting all the functions declared in a Pascal readable format. On 7/25/2011 3:10 PM, Everton Vieira wrote: > The software that uses this dll is made i

Re: [sqlite] SQLite3.dll for Win 64

2011-07-25 Thread Everton Vieira
The software that uses this dll is made in pascal so i can't include c files in the project. 2011/7/25 Teg > Hello Everton, > > EV> Don't have any easy way to make this dll? There's a lot of 64bits > systems > EV> out there that will need this dll. > > I just compile it into my program and don't

Re: [sqlite] SQLite3.dll for Win 64

2011-07-25 Thread Teg
Hello Everton, EV> Don't have any easy way to make this dll? There's a lot of 64bits systems EV> out there that will need this dll. I just compile it into my program and don't bother with DLL's. I find that DLL's in general make my software less reliable so, I avoid them. Static linking all the

Re: [sqlite] SQLite3.dll for Win 64

2011-07-25 Thread Everton Vieira
So, now i'm stock on this errors: sqlite3.c sqlite3.c(40972) : warning C4244: '=' : conversion from '__int64' to 'int', poss ible loss of data sqlite3.c(57259) : error C2065: 'TK_REGISTER' : undeclared identifier sqlite3.c(57266) : error C2065: 'TK_UMINUS' : undeclared identifier sqlite3.c(57266)

Re: [sqlite] SQLite3.dll for Win 64

2011-07-25 Thread Everton Vieira
ops! I've run on cmd 2011/7/25 John Drescher > On Mon, Jul 25, 2011 at 10:52 AM, Everton Vieira > wrote: > > So far so good but return an error: > > > > C:\Dattna\Applications\Installs\sqlite\sqlite-src-3070701>nmake -f > > Makefile.msc sqlite3.dll > > > > Microsoft (R) Program Maintenance Util

Re: [sqlite] SQLite3.dll for Win 64

2011-07-25 Thread John Drescher
On Mon, Jul 25, 2011 at 10:52 AM, Everton Vieira wrote: > So far so good but return an error: > > C:\Dattna\Applications\Installs\sqlite\sqlite-src-3070701>nmake -f > Makefile.msc sqlite3.dll > > Microsoft (R) Program Maintenance Utility Version 10.00.30319.01 > Copyright (C) Microsoft Corporation

Re: [sqlite] SQLite3.dll for Win 64

2011-07-25 Thread Everton Vieira
So far so good but return an error: C:\Dattna\Applications\Installs\sqlite\sqlite-src-3070701>nmake -f Makefile.msc sqlite3.dll Microsoft (R) Program Maintenance Utility Version 10.00.30319.01 Copyright (C) Microsoft Corporation. All rights reserved. cl.exe -O2 -Femkkeywordhash.exe -DSQ

Re: [sqlite] SQLite3.dll for Win 64

2011-07-23 Thread Tom Browder
On Fri, Jul 22, 2011 at 06:23, Everton Vieira wrote: > Please Help. I need an SQLite3.dll for Win 64? This link has Windows 64-bit binary installation packages--may find it in one of them: http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki HTH Best regards, -Tom Thomas M

[sqlite] SQLite3.dll for Win 64

2011-07-23 Thread Everton Vieira
Please Help. I need an SQLite3.dll for Win 64?   I've try to download the source and make this dll but I have not success.   Anyone knows where to download this dll, or anyone knows how to make this dll with the source?   Many Thanks Everton ___ sqlite-u

Re: [sqlite] SQLite3.dll for Win 64

2011-07-22 Thread Richard Hipp
On Fri, Jul 22, 2011 at 7:30 AM, Everton Vieira wrote: > anyone knows how to make this > dll with the source? > nmake -f Makefile.msc sqlite3.dll -- D. Richard Hipp d...@sqlite.org ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.

[sqlite] SQLite3.dll for Win 64

2011-07-22 Thread Everton Vieira
Please Help. I need an SQLite3.dll for Win 64? I've try to download the source and make this dll but I have not success. Anyone knows where to download this dll, or anyone knows how to make this dll with the source? Many Thanks Everton ___ sqlite-users

Re: [sqlite] SQLite3.DLL 3.7.6 memory leaks

2011-04-19 Thread Jim Morris
Are you sure these leaks aren't yours? Although I don't know the Sqlite internals some of the data values don't seem to be related to Sqlite, like: c:/DEV/Platform/ PolicyDataPack.i You can try to use the allocation number to narrow down the code location. Don't remember the specifics though.

[sqlite] SQLite3.DLL 3.7.6 memory leaks

2011-04-19 Thread Khanh Nguyen
Hi, My name is Khanh Nguyen and currently using SQLite3.DLL 3.7.6 in my application (DLL built with VS2008 C++ with this flag: Multi-threaded Debug DLL (/MDd). The DLL has some memory leaks that I have captured here: The thread 'Win32 Thread' (0x368) has exited with code 0 (0x0). Detec

Re: [sqlite] SQLite3.dll fix

2009-09-14 Thread Pavel Ivanov
I bet you need to check version of sqlite3.dll in c:\windows\system32 or c:\windows and change it to the new one. Pavel On Sun, Sep 13, 2009 at 11:48 AM, Irene & Mickey Demoran wrote: > I am trying to fix a problem with a friend's computer that started 2 days > ago. When trying to use Picasa,Go

[sqlite] SQLite3.dll fix

2009-09-14 Thread Irene & Mickey Demoran
I am trying to fix a problem with a friend's computer that started 2 days ago. When trying to use Picasa,Google's picture viewer,she get's this error message"Picasa3.exe-Entry Point Not Found. The procedure entry point sqlite3_prepare_v2 could not be located in the dynamic link library SQLite3.

[sqlite] sqlite3.dll and async io ??

2009-06-19 Thread Christophe Faure
I want to test sqlite3asynch io but it seems that all the ex\async files are : not it amalgamation ? not in zipped source files ?? not included in the sqlite3.dll ??? But it seems to work fine with win32 platform using amalgamation + sqlite3async files ! Does future sqlite3.dll/libsqlite3.so wi

Re: [sqlite] sqlite3 dll symbols

2006-04-04 Thread Essien Essien
thanks you all for the explanations. It was a small project for a friend and nothing critical really. I'm no windows guru, and i'm not so sure i want to be (what with all the hoops and noops) ;) Now back to Linux defender of... oops that's Voltron :) On 4/1/06, John Stanton < [EMAIL PROTE

Re: [sqlite] sqlite3 dll symbols

2006-03-31 Thread John Stanton
Dennis Jenkins wrote: Essien Essien wrote: hiya, I have a code snippet that looks like: typedef int (*SQLITE3_CLOSE)(sqlite3*); typedef const char* (*SQLITE3_ERRMSG)(sqlite3*); typedef int (*SQLITE3_OPEN)(const char*, sqlite3**); typedef int (*SQLITE3_EXEC) (sqlite3*, const char*, sqlite3_cal

Re: [sqlite] sqlite3 dll symbols

2006-03-31 Thread Dennis Jenkins
Essien Essien wrote: > hiya, > > I have a code snippet that looks like: > > typedef int (*SQLITE3_CLOSE)(sqlite3*); > typedef const char* (*SQLITE3_ERRMSG)(sqlite3*); > typedef int (*SQLITE3_OPEN)(const char*, sqlite3**); > typedef int (*SQLITE3_EXEC) (sqlite3*, const char*, sqlite3_callback, void*

[sqlite] sqlite3 dll symbols

2006-03-31 Thread Essien Essien
hiya, I have a code snippet that looks like: typedef int (*SQLITE3_CLOSE)(sqlite3*); typedef const char* (*SQLITE3_ERRMSG)(sqlite3*); typedef int (*SQLITE3_OPEN)(const char*, sqlite3**); typedef int (*SQLITE3_EXEC) (sqlite3*, const char*, sqlite3_callback, void*, char**); HINSTANCE sqlite3_dll;

[sqlite] R: [sqlite] SQLITE3.DLL fails to load if address 0x60900000 occupied and DLL recompilation

2006-03-21 Thread Clinco, Michele
It is not. I tried, but does not work. Bye, Michele -Messaggio originale- Da: Rob Lohman [mailto:[EMAIL PROTECTED] Inviato: martedì, 21. marzo 2006 10:11 A: sqlite-users@sqlite.org Oggetto: Re: [sqlite] SQLITE3.DLL fails to load if address 0x6090 occupied and DLL recompilation Hi

Re: [sqlite] SQLITE3.DLL fails to load if address 0x60900000 occupied and DLL recompilation

2006-03-21 Thread Rob Lohman
21, 2006 9:37 AM Subject: [sqlite] SQLITE3.DLL fails to load if address 0x6090 occupied and DLL recompilation Hallo. After I changed my development machine, I was not able any more to load the SQLITE3.DLL in my .Net application. Looking around, I found this article that describes the

[sqlite] SQLITE3.DLL fails to load if address 0x60900000 occupied and DLL recompilation

2006-03-21 Thread Clinco, Michele
Hallo. After I changed my development machine, I was not able any more to load the SQLITE3.DLL in my .Net application. Looking around, I found this article that describes the problem. http://www.sqlite.org/cvstrac/tktview?tn=1474 The solution is to recompile the DLL with visual stud

Re: [sqlite] sqlite3 dll for C#

2005-12-07 Thread Veysel Harun Sahin
Hi, If you are looking for ADO.Net data provider for .net framework you can check out the following links. ADO.Net SQLite - "http://sqlite.phxsoftware.com/"; for .net 2.0 Finisar.SQLite - "http://adodotnetsqlite.sourceforge.net/"; for .net 1.x -- Veysel Harun Sahin On 12/7/05, Richard Boyd <[

[sqlite] sqlite3 dll for C#

2005-12-07 Thread Richard Boyd
Hi, I managed to find a dll for sqlite2 that will work with C#. Has anyone any idea where I can find a dll for sqlite3? Thanks, R.

[sqlite] sqlite3.dll

2004-06-22 Thread aducom
While converting my Delphi components to version 3 I found out that the documented function sqlite3_exec... is not exported in the sqlite.dll. Is it an idea to rename this dll to sqlite3.dll? Albert - To unsubscribe, e-mail: [E

[sqlite] sqlite3.dll

2004-06-22 Thread aducom
While converting my Delphi components to version 3 I found out that the documented function sqlite3_exec... is not exported in the sqlite.dll. Is it an idea to rename this dll to sqlite3.dll? Albert - To unsubscribe, e-mail: [E