Apparently I can do a doit I was naively doing an inspect ;)
Don't you just need the basicNew primitive, and make sure that the "magic number" is set in the object that has the basicNew installed to something that makes sense?
I do not know what is the magic number.
I guess that my problem was that I have first to define what is the minimal behavior.
If you want to send messages to the object, probably also best install some dictionary as the method dict instvar.
But I guess that ProtoObject has some behavior since I can browse the class with a browser.
Toon
On 11/25/2011 09:26 PM, Stéphane Ducasse wrote:
Hi
I would like to know the methods that I should define in a subclass of ProtoObject so that I can use basicNew.
Does any of you have an idea?
Stef