On 7 Oct 2011, at 4:10pm, Arbol One wrote: > Looking at the choices given at http://www.sqlite.org/download.html, I would > like to know what would be the best way to add SQLite to my app. > > I am using Windows 7-64bit as the OS and Code::Blocks with MinGW/GNU C++.
Download the amalgamation sourcecode. Include the .c and .h in your project. Use the C API as documented here: http://www.sqlite.org/c3ref/intro.html With regard to your later query: The most probable reason this didn't get answered before is that we were all hoping someone would turn up who was familiar with whatever Code::Blocks is. Unfortunately, nobody did. So my answer above is extremely general advice to most people who start using SQLite. If an expert turns up, believe them, not me. Simon. _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users