Small. Fast. Reliable.
Choose any three.
*** 22,29 ****
  
  8. Add all the .c and .h files that you unzipped, except for: tclsqlite.c and shell.c.{linebreak}
  Note: You may add tclsqlite.c and shell.c, but then you have to define the preprocessor-symbol NO_TCL:{linebreak}
! a) click Project -> Properties, navigate to the C/C++-folder and coose "Preprocessor"{linebreak}
! b) in the field that says "Preprocessor definitions" add NO_TCL to the existing string, seperated by a semikolon
  
  *Make a .DEF file*
  
--- 22,30 ----
  
  8. Add all the .c and .h files that you unzipped, except for: tclsqlite.c and shell.c.{linebreak}
  Note: You may add tclsqlite.c and shell.c, but then you have to define the preprocessor-symbol NO_TCL:{linebreak}
! a) click Project -> Properties, navigate to the C/C++-folder and choose "Preprocessor"{linebreak}
! b) in the field that says "Preprocessor definitions" add NO_TCL to the existing string, seperated by a semikolon{linebreak}
! c) under "Code Generation" for "Runtime Library" make sure to pick static linking. /MTd (release) or /MTd (debug)
  
  *Make a .DEF file*