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] -----------------------------------------------------------------------------

