Re: [sqlite] Assistance with getting started.

2007-09-05 Thread Joe Wilson
You're using a third-party C++ SQL wrapper library, not sqlite directly. #include "Database.h" #include "Query.h" You have to link with that library directly, possibly in addition to libsqlite3.a. You might get a clue as to its name by looking in the sample makefile provided, or examining

[sqlite] Assistance with getting started.

2007-09-05 Thread Robert Berman
Hi, I am new to the world of SQLite3. I am using C++ on Windows XP. For a development IDE I am using MinGW Developer Studio 2.05. After downloading SQLite3 I began working with the sample program set and had no difficulty properly assigning the correct include path to the MingW compiler;