Hi Folks

I am using SQLite3 in a Mac XCode project (all C, not cocoa).

It's working wonderfully well.

However - I find that I need one or 2 functions which are not included with the built in SQlite3 library which comes with the Mac OSX. In particular I want to add columns to existing tables, which doesn't seem to work with the Mac standard build. I need to be able to update older databases by adding columns.

So, I need to rebuild a newer version of SQlite and link it into my XCode project as a dylib.

Unfortunately, I cannot find any information about how to do this, and everything I try seems to lead to a dead end. I have spent the best part of week compiling binaries, .a files and so on, but with no luck linking my XCode successfully to a newer build of SQlite3.

Could anyone assist me ? Does anyone have a newer dylib or XCode Framework already pre-built ? Ideally I want a drop in replacement for the Apple library which can be EMBEDDED in my app bundle, and used instead of the built in OS version of the library (I definitely do not want users to have to install a newer version of SQlite in their systems - needs to be delivered with the app itself).

An app like SQLiteManager is doing exactly what I need - it seems to have a newer version embedded, and the SQL I need to run in my own app (which fails with the OS library) is already working perfectly in SQLiteManager.

Any assistance would be most welcome.

Thanks

Mark Gilbert.


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to