On Nov 20, 2009, at 6:21 PM, Priyang Rathod wrote:

> 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?


Before we sent you the sample CEROD code, we asked you to sign a non- 
disclosure agreement which prohibits you from revealing details of the  
operation of CEROD to the public.  We would appreciate it if you would  
honor this agreement.  For questions on how to compile and use CEROD,  
please use the same email address that you used to enter into the NDA  
in the first place.  Thank you.


D. Richard Hipp
d...@hwaci.com



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

Reply via email to