On 01.12.2009, at 18:06, Paul DeBruicker wrote:
>
> Hi -
>
> In my image I have at least two obsolete classes that are still
> referenced by some code. They were created when I inadvertently
> deleted some classes from the image and reinstalled them from a file out
> of an older image. How can I point the code that is looking for the
> obsolete classes towards the re-created classes? The re-created classes
> have the same name as the classes I mistakenly deleted. Thanks
Try
SmalltalkImage current fixObsoleteReferences
Or recompile the classes referencing the obsolete classes:
MyClass compileAll
- Bert -
_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners