I have decided to implement AJRDatabase on the iPhone.
I have built EOControl and EOAccess sub-projects and am working on the Adaptor for SQLite.
Currently I'm ->Building target “SQLiteInterface” of project “Adaptors” with configuration “Development” — (4 errors)
In file included from ...
-AJRDatabase/Adaptors/../../../Library/Frameworks/EOControl.framework/Headers/EOControl.h:20, from ...
-AJRDatabase/Adaptors/../../../Library/Frameworks/EOAccess.framework/Headers/EOAccess.h:30, from ...
-AJRDatabase/Adaptors/SQLite/SQLiteConnectionPane.h:2, from ...
-AJRDatabase/Adaptors/SQLite/SQLiteConnectionPane.m:2:
...
-AJRDatabase/Adaptors/../../../Library/Frameworks/EOControl.framework/Headers/EOEditingContext.h:50: error: syntax error before 'NSUndoManager'
Build failed (4 errors).
There is no <NSUndoManager> on the iPhone, are there any suggestions?
I have never formally checked into an open source project so I will have to solicit help for that, plus I am really creating an entirely altered project.
Could I use <Entity Modeler> as a help in this project?
From: "Lon Varscsak" <email@hidden>
You can also look at AJRDatabase (
http://sourceforge.net/projects/ajrdatabase/) which is an opensource
(Objective-C) clone of EOF. Last I looked it's pretty thorough. They do
have a SQLite adaptor.
Lon