I am trying to setup a very basic system for just tracing the sqlite code,
but I didn't have any luck.

Code::Blocks compiles everything, but when it comes to tracing, it traces
even through comments.
Eclipse CDT includes the sqlite3.h, and accepts the *sqlite3 pointer, but
doesn't accept the function db_open. Actually i don't understand how this is
possible.
DevC++ doesn't compile sqlite3 and signals lots of errors in sqlite3.c.

The environments are setup for c++ compiling via mingw and run the
traditional hello world, and the sqlite used is the amalgamation.

Is there a straightforward way to trace sqlite, without messing around??

Thanks,
Saverio
-- 
View this message in context: 
http://www.nabble.com/Basic-system-setup-for-tracing--tp15963983p15963983.html
Sent from the SQLite mailing list archive at Nabble.com.

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to