On Fri, Dec 17, 2010 at 3:12 PM, Richard Hipp <d...@sqlite.org> wrote:
> On Fri, Dec 17, 2010 at 2:27 PM, John Drescher <dresche...@gmail.com> wrote:
>
>> >
>> > I'm unable to run your sqlite3.exe: MSVCR100.dll no found.
>> >
>> That is visual studio 2010 runtime.
>>
>
> Can somebody with windows-foo please explain to me what I need to do to
> vs2010 so that it generates exe file that doe not depend on non-standard
> DLLs?
>

You probably need to enable multithreaded runtime /MT instead of
multi-threaded DLL runtime /MD in the C++ Code Generation tab. Note
that I do not have 2010 installed here so I am looking at 2008 menus..

John
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to