Is there a pre-compiled binary for that?  Or do you just convert the .DLL to
a .LIB with a utility?

Paul

-----Original Message-----
From: nfr [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 13, 2004 12:21 PM
To: [EMAIL PROTECTED]
Subject: Re: [sqlite] sqlite with Borland C++ 5.02


Pigott, Paul wrote:

>Greetings,
> 
>I'm new to sqlite.  I'm trying to get it setup to work with the Borland
>C++ 5.02 compiler.  I've keyed in the sample program at
>http://www.sqlite.org/quickstart.html
><http://www.sqlite.org/quickstart.html>  and I keep getting "unresolved
>externals" for _sqlite3_open, _sqlite3_exec, _sqlite3_close and
>_sqlite3_errmsg.
> 
>I've rebuilt the DEF file, using the Borland IMPDEF program, and I'm
>including the DEF file in the project.
> 
>I've tried a number of different option combinations and nothing seems
>to be working.
> 
>If anyone has used sqlite with the Borland C++ 5.02 compiler I would
>sure appreciate any pointers you can give.  (BTW, that's the regular
>compiler, not the Builder product).
> 
>TIA,
> 
>Paul
>
>  
>
you probably need to link to the library sqlite.lib ?
Noël

Reply via email to