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

2009-03-28 Thread Neil Jeffery
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 <john_headb...@hotmail.com>wrote: > > Hi All, > > > > I am attempting

[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