*** 30,36 **** 11. Under Project > Properties navigate to the Linker folder and choose "Input". In the field that says "Module Definition File" type sqlite[3].def. NOTE: You have to do this twice, once for the Debug configuration and once for the Release configuration. ! Note: In order to build the lib file so that an application can link against the sqlite[3].dll you will need to add a step to the post-build event. Right click on Project, select Properties, expand Build Events and type "LIB /DEF:<path>\sqlite[3].def" into the Command line field, both for debug and release configurations. When <path> is the location to the file sqlite[3].def 12. *Compile!* --- 30,36 ---- 11. Under Project > Properties navigate to the Linker folder and choose "Input". In the field that says "Module Definition File" type sqlite[3].def. NOTE: You have to do this twice, once for the Debug configuration and once for the Release configuration. ! Note: In order to build the lib file so that an application can link against the sqlite[3].dll you will need to add a step to the post-build event. Right click on Project, select Properties, expand Build Events and type "LIB /DEF:<path>\sqlite[3].def" into the Command line field, both for debug and release configurations, where <path> is the location to the file sqlite[3].def. 12. *Compile!*