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 the header files.

--- Robert Berman <[EMAIL PROTECTED]> wrote:
> 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; to whit, I get no error message.



       
____________________________________________________________________________________
Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, 
photos & more. 
http://mobile.yahoo.com/go?refer=1GNXIC

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to