dark0s dark0s wrote:
> But I don't understand where is the error in row below:
> 
> int sqlite3_extension_init(sqlite3 *db, char **pzErrMsg, const 
> sqlite3_api_rountines *pApi) {
> 

This is one of those groaners. :-)

Compare these two lines.

sqlite3_api_routines
sqlite3_api_rountines
                ^
Note the extra character! Guess which one you were using.

I looked at this for way too long, even after Dan had pointed it out.

HTH
Dennis Cote
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to