I use this framework to build sqlite on VS2005.SP1:
// \file import_sqlite.cpp
// \brief Import the SQLITE database.
//
#pragma warning(push, 0)
#pragma warning(disable: 4701)
#pragma runtime_checks("", off)
// enable multi-thread mode.
#define THREADSAFE 1
// optimize for performance by using la
On 8/23/07, Andre du Plessis <[EMAIL PROTECTED]> wrote:
> Just wanted to check with you guys that my build is actually stable in
> Visual Studio 2005, I get about 250+ warnings when building SQLite I can
> come back to you with more details if this is not correct, just want to
> make sure that's se
Just wanted to check with you guys that my build is actually stable in
Visual Studio 2005, I get about 250+ warnings when building SQLite I can
come back to you with more details if this is not correct, just want to
make sure that's seems correct, ive been getting the occasional weird
SQLite error,
3 matches
Mail list logo