Re: [sqlite] C++ Unresolved external errors from DLL

2010-10-11 Thread Doug
qlite.org] On Behalf Of Michael Pateras > Sent: Saturday, October 09, 2010 1:24 AM > To: sqlite-users@sqlite.org > Subject: [sqlite] C++ Unresolved external errors from DLL > > I'm trying to get SQLite working in my C++ project via a DLL, but I"m > getting unresolved external

[sqlite] C++ Unresolved external errors from DLL

2010-10-09 Thread Michael Pateras
I'm trying to get SQLite working in my C++ project via a DLL, but I"m getting unresolved external symbol errors. I downloaded SQLiteDLL-3 from the download page, extracted its contents (a DLL and a .h file), and ran lib.exe on it to produce a .lib file. I then set the directory containing the