On Mon, Jul 25, 2011 at 09:13:49PM -0400, Daniel Spain scratched on the wall:
> i most recently began making a text based gaming engine and am having > trouble. i downloaded the SQLITE3 package and did: implib sqlite3.lib > sqlite3.dll then copied sqlite3.lib to my project directory. in my > programs main healer i did : #include "sqlite3ext.h" and linked the > LIB file. You want to use "sqlite3.h" in applications. The "sqlite3ext.h" file is for building library extensions -j -- Jay A. Kreibich < J A Y @ K R E I B I.C H > "Intelligence is like underwear: it is important that you have it, but showing it to the wrong people has the tendency to make them feel uncomfortable." -- Angela Johnson _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

