Chris Ulliott wrote:
Hi All,

I have downloaded from the downloads page the DLL (Sqlite.dll) for
Windows. I have written some code using the API and everything was going
great until I needed to do an execute and it came to my attention that
the DLL does not export sqlite3_exec!!!!

Does anybody have a Win32 DLL of SQLite 3 that exports all the
documented functions? Am I missing something else?

I also tried using the SQLite3.dll instead but I soon found that there
are NO EXPORTED FUNCTIONS from there whatsoever.

Any help appreciated,

Thanks,

Chris
Wahoo! Got it! It was a -mno-cygwin that was the magic. I have uploaded it to my website. You can get it from

http://squeakycode.net/files/sqlite3.dll

I noticed the sqlite3.def was also missing sqlite3_changes, so I added it too.

Let me know if you have problems.

-Andy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to