On Wed, Jun 22, 2011 at 10:48 PM, Cyrille <rssxpr...@free.fr> wrote: >> Alternatively, you could recompile SQLite.Interop.dll to use the >> static CRT library (/MT). > Could you please let me know how to proceed to do this?
Download the source from http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki Decompress the archive Open the sqlite-dotnetsrc-1007300\SQLite.NET.2010.sln solution file Ensure "ReleaseNativeOnly" is the currently selected solution configuration. Right click on the SQLite.Interop.2010 project and select Properties Again, ensure "ReleaseNativeOnly" is the currently selected solution configuration, and Win32 is the platform Under Configuration Properties -> C/C++ -> Code Generation, change the Runtime Library to Multi-threaded (/MT), and click OK Right click on the project again, and select build. Test the output, sqlite-dotnetsrc-1007300\bin\Win32\ReleaseNativeOnly\SQLite.Interop.dll , in your project. _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users