Richard Hipp schrieb am 25.09.2011 18:46: > You can see at http://www.sqlite.org/checklists/3070800#c9 that we do 100% > MC/DC testing on SQLite for both Win32 and Win64 with no issues detected.
But when I do an x64 build with MSVC2010 I get several warnings about 64Bit values being assigned to 32Bit variables, mainly results of pointer arithmetics being assigned to ints. It doesn't seem that these issues will result in real problems but you never know... Did I miss some #defines to do for 64Bit? regards gerd _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

