Re: [sqlite] First Program using sqlite3.dll - Linker Errors

2009-03-28 Thread Neil Jeffery
Thanks very much, it worked! -Original Message- From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Paul Perry Sent: 28 March 2009 18:25 To: General Discussion of SQLite Database Subject: Re: [sqlite] First Program using sqlite3.dll - Linker Errors

Re: [sqlite] First Program using sqlite3.dll - Linker Errors

2009-03-28 Thread Paul Perry
Add the lib file you generated with lib.exe into your project. Just pointing to the directory is not enough. That should fix up your link errors. On Sat, Mar 28, 2009 at 10:53 AM, Neil Jeffery wrote: > > Hi All, > > > > I am attempting to write a program which

[sqlite] First Program using sqlite3.dll - Linker Errors

2009-03-28 Thread Neil Jeffery
Hi All, I am attempting to write a program which will use the sqlite3.dll file. I am developing in Visual Studio 2008 Express on Windows Vista. I downloaded this file: http://www.sqlite.org/sqlitedll-3_6_11.zip which contains the dll and a definitions file. I have then used lib.exe

Re: [sqlite] Source code position out of sync debugging in VS 2008

2009-03-28 Thread Eric Minbiole
> I've already tried rebuilding everything, checked the settings, etc... but > nothing seems to help. I get the feeling this is a problem with the file > being so large and containing so many symbols. Has anyone else experienced > this problem? Indeed, the Visual Studio debugger can only

Re: [sqlite] Source code position out of sync debugging in VS 2008

2009-03-28 Thread Simon Davies
2009/3/28 Vinnie : > > I have added sqlite.c to my Visual Studio 2008 project and everything seems > to be working in terms of database calls. However, when I step into an actual > sqlite routine using the debugger, the source code position is out of sync > with the actual

[sqlite] Source code position out of sync debugging in VS 2008

2009-03-28 Thread Vinnie
I have added sqlite.c to my Visual Studio 2008 project and everything seems to be working in terms of database calls. However, when I step into an actual sqlite routine using the debugger, the source code position is out of sync with the actual location. For example, I step into

Re: [sqlite] Unnecessary line breaks in .dump output

2009-03-28 Thread Francois Botha
> > > Attachments don't make it through the mailing list, > Uhm, sorry. I'm new here. I don't want to paste the SQL script in an email, because it contains line breaks and I don't want the formatting to change during email transport. Try www.vwd.co.za/sqlitedump.zip regards, Francois

Re: [sqlite] Newbie what does & do.

2009-03-28 Thread Kees Nuyt
On Sat, 28 Mar 2009 09:42:59 +, Dermot wrote: >2009/3/28 Jay A. Kreibich : >> On Fri, Mar 27, 2009 at 05:37:49PM +, Dermot scratched on the wall: >> >>> The statement is: >>> >>> SELECT COUNT(*) FROM products WHERE productid=808800033 AND >>>

Re: [sqlite] Newbie what does & do.

2009-03-28 Thread Dermot
2009/3/28 Jay A. Kreibich : > On Fri, Mar 27, 2009 at 05:37:49PM +, Dermot scratched on the wall: > >> The statement is: >> >> SELECT COUNT(*) FROM products WHERE productid=808800033 AND >> (allowcountry2 & 0x0001) >> SELECT COUNT(*) FROM products WHERE