tdmartin102 / ajrdatabase

An OpenSource implementation of Apple's Objective-C Enterprise Objects framework
22 stars 9 forks source link

EOModeler has missing references #2

Closed chochos closed 12 years ago

chochos commented 12 years ago

The EOModeler project has references to AJRFoundation and AJRInterface, both of which are missing. Can these projects be found elsewhere?

tdmartin102 commented 12 years ago

Yes, I know about that problem. Those refer to the unrelated frameworks created by the original author. They are not available. That said, the categories and classes that were in AJRFoundation and AJRInterface were mostly moved into EOControl. Unfortunately the API changed during that move and AJR never updated the references from EOInterface.

tdmartin102 commented 12 years ago

Just thought I would post that this has been fixed. The missing code has been re-implemented and headers updated. EOModler now runs at least, although it has many bugs yet.

tdmartin102 commented 12 years ago

and, it is closed