Question about Dophin 3.06 patch level 5

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Question about Dophin 3.06 patch level 5

Bruno Brasesco
Hi all,

I'm trying to add 2 Class Methods to Dictionary class.

When I try to "accept" de second class method then Dolphin crash !

Any idea ?

Best Regards
Bruno Buzzi Brasesco


Reply | Threaded
Open this post in threaded view
|

Re: Question about Dophin 3.06 patch level 5

Ian Bartholomew-6
Bruno,

> I'm trying to add 2 Class Methods to Dictionary class.
>
> When I try to "accept" de second class method then Dolphin crash !
>
> Any idea ?

If you've got a copy of the news archive take a look at the post from Andy
on 31/12/97 at 13:03, that should explain things. The temporary (!) fix was
evaluating the following before adding new class methods.

Dictionary class methodDictionary resize: 16.

It is fixed in Dolphin 4

Regards
    Ian


Reply | Threaded
Open this post in threaded view
|

Re: Question about Dophin 3.06 patch level 5

Bruno Brasesco
Done

Thanks Ian !!!


> If you've got a copy of the news archive take a look at the post from Andy
> on 31/12/97 at 13:03, that should explain things. The temporary (!) fix
was

> evaluating the following before adding new class methods.
>
> Dictionary class methodDictionary resize: 16.
>
> It is fixed in Dolphin 4
>
> Regards
>     Ian
>
>