Hi,

The CEROD (the compression and encryption extension) README instructs 
that one needs to enable the extension by calling sqlite3_cerod_enable() 
in the main() function or before calling sqlite3_open(). I included this 
call as the first line in my main(), but on compiling, it complains:

error: 'sqlite3_cerod_enable' was not declared in this scope

I guessed that I'm missing some #include, so I searched in the source 
code to see which one. But I couldn't find this method anywhere in the 
source code. What am I missing?

Thanks,
Priyang
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to