March 27, 2012
10:24 a.m.
On 27.03.2012 08:36, Pavel Krivanek wrote:
Hi,
I'm trying to open an old production image based on Squeak 3.9.1 file with CogVM and I get: This interpreter (vers. 6505) cannot read image file (vers. 6502)
I've always seen only the inverse report. Any idea how to convert the image?
Cheers, -- Pavel
6502 is pre-closure image format iirc, so it's a bit of work... I'd think the changesets from cuis 2.0 related to this would be the best starting point. Cheers, Henry