Re: [sqlite] SQLite Build in M$ Visual Studio 250+ warnings

2007-08-23 Thread Andrew Finkenstadt
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

Re: [sqlite] SQLite Build in M$ Visual Studio 250+ warnings

2007-08-23 Thread Cory Nelson
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

[sqlite] SQLite Build in M$ Visual Studio 250+ warnings

2007-08-23 Thread Andre du Plessis
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,