Igor Korot wrote: > > Warning Level: /W4 > Trying to compile it in the debug mode with WIN32, UNICODE, > Multi-threaded Debug DLL (/MDd). >
The /W4 option produces a lot of compiler warnings, mostly related to perceived 64-bit portability issues. These warnings are harmless and can be safely ignored. Also, it is possible to adjust the warning level for a single source code file within a project using Visual Studio. In this case, the warning level for the "sqlite3.c" file should normally be set to /W3. -- Joe Mistachkin _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users