On 9/27/06, Mike Polyakov <[EMAIL PROTECTED]> wrote:
Sorry I forgot to specify that. I am using Visual Studio 2005 C++ compiler. Right now I'm including all the .c file in my project and compiling it that way, but it would be nice to have a .lib file to link against and use the provided sqlite3.dll.
Ok, you can create one from the sqlite3.def in the source package using the VS LIB tool: lib /def:sqlite3.def ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------

