Re: GDL2 Crash
David Ayers <[email protected]> Wed, 21 Nov 2007 07:55:05 +0100
| Newsgroups | gmane.comp.lib.gnustep.user |
|---|---|
| Message-ID | <[email protected]> |
David Ayers schrieb: > Eric schrieb: > >>self-built. Recently, I tried to get the demo GDL2 application from >>Linux Journal (URL: http://www.linuxjournal.com/article/7101) to work >>under this system. It builds, and everything works except for the [snip] > EOAttribute programmatically. So I guess you could add: > > [EOAttribute setValueType:@"i"]; > ... more correctly ... Listing 5. tool/model.m after each: [theAttribute setValueClassName: @"NSNumber"]; please add: [theAttribute setValueType: @"i"]; Cheers, David