Matthias Korn wrote:
Hi all,

is there some documentation, help, tools, etc. to port a Squeak app
written in SqueakV2.sources to a recent image?

fileOut -> fileIn gives me all sorts of error messages I cannot
understand/debug.

I actually just want to port parts of the app to re-use the code. But
it proofs really difficult for me
Hi,
in FileList you can try to look at the code with the CodeBrowser.
Select the file you want to load, press the code button, or select browse code from the context menu. This will load the code in a temporary way and you can browse it and see the methods that change, and file in the parts you want.

Karl
_______________________________________________
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners

Reply via email to