Hi,
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.
(as I do under linux)

On 9/27/06, Trevor Talbot <[EMAIL PROTECTED]> wrote:
On 9/27/06, Mike Polyakov <[EMAIL PROTECTED]> wrote:

> I'm trying to use the provided sqlite3.dll, but there is no .lib file
> available, so I have to extract the functions through their string
> names. Is there a lib file that I can just link against that will do
> that automatically. If there is, why isn't it included along with
> sqlite3.dll and if there is not, is it possible to build it?

The lib format is compiler dependent.  What compiler are you using?

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------



-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to