D. Richard Hipp  ([EMAIL PROTECTED]) wrote:
 > George Ionescu wrote:

 >> What would be your advice regarding compiling SQLite under
 >> Windows:
 >>
 >>     - wait until it's more MSVC 6.0 friendly or
 >>     - start using Visual C++ 2003 ?
 >>

 > I've made changes so that CVS HEAD should compile under MSVC 6.0.
 > Can somebody (who has MSVC 6.0) please test this for me?

SQLite compiles (with minor warnings) and runs just fine with MSVC 6.

Thank you very much.


On perhaps interesting warning (getting the warning with VC 13 too):

..\btree.c(2948) : warning C4146: unary minus operator applied to unsigned
type, result still unsigned

line 2948 is:

    MemPage *p = apCopy[i] = (MemPage*)&aCopy[i+1][-sizeof(MemPage)];


Hans-Jürgen

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to