Kirill Müller wrote: >>>>> ... there's no portable support for 64-bit integers. >>>>> I'm working around this issue by using a struct of size 8 > > I'm open to alternatives.
What's wrong with SQLITE_INT64_TYPE? (Even older C++ compilers should have the C <stdint.h>.) Regards, Clemens _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

