PDA

View Full Version : Linking sqlite3 libs under windows.



bred
26th October 2010, 17:14
In my code I'm using the directly the seqlite libs (I'm not using the QSql module).

How we link the static or dynamic lib under windows.
I've installed the QT dev. environment.

bred
27th October 2010, 08:13
Solved.

Simply don't exists any dll or obj file for sqlite3.
We must include in the project the sources files sqlite3.c and sqlite3.h freely downloadable from the sqlite web site.