help-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GDL2 Crash


From: David Ayers
Subject: Re: GDL2 Crash
Date: Wed, 21 Nov 2007 07:55:05 +0100
User-agent: Mozilla Thunderbird 1.0.2 (X11/20070113)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]