GDL2 problem

2015-06-13 Thread Edwin Ancaer
I created an application , and tried to integrate some code I found in http://www.gnustep.org/resources/documentation/Developer/GDL2/GDL2Intro.pdf. The code (sloppy, with unused variables) in ApplicationDidFinishLaiunching looks as follows: *- (void)

Re: GDL2 problem

2015-06-13 Thread Matt Rice
On Sat, Jun 13, 2015 at 2:37 AM, Edwin Ancaer eanc...@gmail.com wrote: Replace @Persons by @persons in authorsDS = [[EODatabaseDataSource alloc] initWithEditingContext: ec entityName:@persons]; and the error goes away, you old fool. And go get yourself another rubber duck But I still

Re: GDL2 problem

2015-06-13 Thread Edwin Ancaer
Replace @Persons by @persons in authorsDS = [[EODatabaseDataSource alloc] initWithEditingContext: ec entityName:@persons]; and the error goes away, you old fool. And go get yourself another rubber duck But I still don't see how authorsDS gets the info from aModel, unless the