George Ionescu ([EMAIL PROTECTED]) 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 ? Even with Visual C++ 2003 there are problems: VC 13 now supports the 'long long' datatype, but it does not support the '%lld' format specifier. The '%lld' is used by SQLite in non debugging code. For example: vdbemem.c function sqlite3VdbeMemStringify() Hans-Jürgen --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]