LD wrote:
> Hi there,
> 
> I've installed GNU Smalltalk (2.1.11) via darwinports and whilst  going
> through the online tut (well written btw), I found the  following error.
> 
> I see in the class browser online that the SystemDictionary's  snapshot
> message is deprecated in favour of ObjectMemory's. Where  might this be
> fixed so that  the above call to Smalltalk snapshot  will indeed utilse
> ObjectMemory's snapshot?

SystemDictionary methodsFor: 'saving the image'!

snapshot: aString
        ObjectMemory snapshot: aString
!
!

- will fix it for you, but really the tutorial should be corrected.

Regards,

Mike


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

Reply via email to