*** 41,46 **** --- 41,54 ---- 12. *Compile!* + <html> + <h3><u>Adding a link to a working VS Solution.</u></h3></html> + + Visit the page: + The second send of links has a dll compiled using Visual Studios and a link to sqlite3 source plus solution file. + + {link: http://www.arkesystems.com/Solutions/SQLite/SQLite.aspx VS Solution } + *How to make the SQLITE.EXE command-line utility* There are some slight changes if you wanted to build the sqlite.exe command-line utility, instead of the DLL. To do that, when you're creating the project and you get to the "Win32 Application Wizard", choose "Console Application" instead of "DLL". Then, when you are adding files to the project, also add shell.c. Finally, don't include the .DEF file.