On Sun, 2005-02-27 at 15:31 -0500, Clay Dowling wrote: > > > >Anyone using other compiler to build sqlite on Windows ? Maybe Borland ? > >I seems there is a lot o room for faster sqlite.dll by using other > >compiers than VC++ 6. We can run some tests to see which is faster ... > > > I thought I read somewhere that the DLL is actually built with gcc and > linked against the VC++ 6 runtime.
The "stock" DLL found on the SQLite website is built on Linux using a GCC cross-compiler and Mingw header files and environment. It links against msvcrt.dll and kernel32.dll. -- D. Richard Hipp <[EMAIL PROTECTED]>