Chang Li <[email protected]> wrote: > At line 14573 require add (char *) for convert from (void *) > > z = (char *)sqlite3DbMallocRaw(db, (int)n);
Are you, by any chance, trying to compile in C++ mode? SQLite is written in C, where such a cast is not required. -- Igor Tandetnik _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

