Small. Fast. Reliable.
Choose any three.
*** 20,26 ****
  
  7. Project > Add Existing Item
  
! 8. Add all the .c and .h files that you unzipped, except for: tclsqlite.c and shell.c.
  
  *Make a .DEF file*
  
--- 20,29 ----
  
  7. Project > Add Existing Item
  
! 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*