1 Dec 2009 18:21
Re: Replaceing AnObsolete....Class
Bert Freudenberg <bert <at> freudenbergs.de>
2009-12-01 17:21:57 GMT
2009-12-01 17:21:57 GMT
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 -
RSS Feed