Julian Brierley  ([EMAIL PROTECTED]) wrote:
 > Hans-Juergen Taenzer wrote:

 >> 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()
 >>
 >>
 > The sqlite 3 code includes a printf implementation which supports
 > %lld and sqlite3VdbeMemStringify calls it.

Thank you for this information.

 > If you change all "long long int" types to __int64 the code
 > compiles with MSVC 6.0. Perhaps a 64 bit sqlite datatype could be
 > defined in the API.

Yes, I would prefer this too. Just in the "Alpha"-phase patching the
original sources isn't a good idea.

Hans-Jürgen

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

Reply via email to