Re: [sqlite] SQLite Compile Bug for Windows 8

2012-09-14 Thread Teg
Hello Igor, Friday, September 14, 2012, 8:59:54 AM, you wrote: IT> Chang Li wrote: >> At line 14573 require add (char *) for convert from (void *) >> >> z = (char *)sqlite3DbMallocRaw(db, (int)n); IT> Are you, by any chance, trying to compile in C++ mode? SQLite is IT>

Re: [sqlite] SQLite Compile Bug for Windows 8

2012-09-14 Thread Igor Tandetnik
Chang Li 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] SQLite Compile Bug for Windows 8

2012-09-14 Thread Chang Li
At line 14573 require add (char *) for convert from (void *) z = (char *)sqlite3DbMallocRaw(db, (int)n); Sent from my Windows 8 PC ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users