On Thu, Jun 7, 2012 at 11:05 PM, 天牙 <tianya7...@qq.com> wrote:

> First, thanks for adding me to this mailing list. Here I want to ask a
> question about the SQLITE_API. When i was running the ios programe use the
> sqlite3 database , it said that " unknown type ‘SQLITE_API’". Thank you for
> telling me what is the reason caused this problem.
>
>

The "sqlite3.h" header file says:

   #define SQLITE_API

In other words, SQLITE_API is just whitespace.  I don't know what you might
be doing to turn it into something else.


>
>
> Thanks!
>
>
> Tang Guifu
>
>
> On Friday, June  8, 2012 at 11:05 AM,
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>



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

Reply via email to