On 26 May 2011, at 7:38pm, john darnell wrote:

> However, I am intrigued by your remark that I should be using the header file 
> that comes with the .dylib. I had been using the header that came with the 
> amalgamation.  Where can I find the header that should be used with the 
> .dylib?

I'm not sure what .dylib you're using.  The standard installation of OS X with 
the Developer tools has sqlite header files in

/usr/include/sqlite3.h

and 

/Developer/SDKs/MacOSX10.6.sdk/usr/include/sqlite3.h

which may or may not be identical to each-other.

Wherever you got your library from, I would have thought it would point 
blatantly at a header file they wanted you to use.

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

Reply via email to