There's a version of the source code download that is configured for Windows. Just add all the files to a DLL project and compile. If you don't use TCL (we don't), then just remove tclsqlite.c from the project.
Don't forget to define THREADSAFE in your preprocessor defines! (Or you could learn the mysteries of LoadLibrary() and GetProcAddress() to use the dll you already downloaded.) (I just compiled the windows DLL version 2.8.16 last week for the first time.) Aaron -----Original Message----- From: Bo Chen [mailto:[EMAIL PROTECTED] Sent: Thursday, August 04, 2005 6:01 PM To: sqlite-users@sqlite.org Subject: [sqlite] compile sqlite in Windows Hello there, I need sqlite .lib file and .dll file in Windows. I downloaded precompiled binaries for Windows. The package only contains a .dll file and a .def file. I also downloaded the source code. However, it does not include Makefile and other utility files. Does anyone have idea where I can get .lib file or Makefile in Windows. Thank you for your help. Bo Chen