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


_______________________________________________
Help-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gnustep

Reply via email to