Hi Dennis, Doug, thanks a lot for this info, helps a lot

Aaron.

On 02/05/06, Doug Nebeker <[EMAIL PROTECTED]> wrote:

Pre-compiled Windows DLL:  http://www.sqlite.org/sqlitedll-3_3_5.zip
Source for Windows: http://www.sqlite.org/sqlite-source-3_3_5.zip

You can compile the source (I happen to do it with Microsoft Visual
Studio) and get the DLL as well.

The links above are available on the following page:
http://www.sqlite.org/download.html

There are other downloads there that might be helpful too so look
around.

- Doug

-----Original Message-----
From: Aaron Jones [mailto:[EMAIL PROTECTED]
Sent: Tuesday, May 02, 2006 9:49 AM
To: sqlite-users@sqlite.org
Subject: Re: [sqlite] Complile and connecting to SQLite

there is no dll file in the sqlite source

On 02/05/06, Eric Bohlman <[EMAIL PROTECTED]> wrote:
>
> Aaron Jones wrote:
> > Windows XP, don't know what compiler to use.
>
> MinGW and all the common versions of Visual Studio work.
>
> >
> > I am creating a GUI to SQLite, so need my interface to connect to
> SQLite,
> > and wanted to know what it connected to, the source code or the exe
> file.
>
> SQLite is an embeddable engine (library), not a server, so you don't
> "connect to" it, you link it into your program.  The "exe file" is
> simply a command-line shell program that's been linked with the SQLite

> library.  You can link SQLite either statically or dynamically (.dll)
> the same way you can link any other library.
>


To find out more about Reuters visit www.about.reuters.com

Any views expressed in this message are those of the individual sender,
except where the sender specifically states them to be the views of Reuters
Ltd.


Reply via email to