Doug Currie wrote: > GCC doesn't need libsqlitedll.a -- you can just link to sqlite.dll and > gcc understands what to do.
Oh.......Right you are. I just tried it with DevC++. That just seems too easy. :-) I wonder why every other compiler needs an import library to link to a DLL?