Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!usenet.ins.cwru.edu!abvax!iccgcc!klimas From: klimas@iccgcc.decnet.ab.com Newsgroups: comp.lang.smalltalk Subject: Re: LOADER Message-ID: <615.26d56a98@iccgcc.decnet.ab.com> Date: 24 Aug 90 22:57:44 GMT References: <36638@ut-emx.UUCP> Lines: 13 In article <36638@ut-emx.UUCP>, sukumar@ut-emx.UUCP (sukumar) writes: > I have an application in which i have a complicated object. I would > like to save th eobject on a file and later restore it. > > is there any easy way to do it in V/286. The old V had a loader > which would have done the job. Apparently V/286 does not. > > Any hints/suggestions are welcome. V286 does come with some code for crossloading V objects into V286 images and vice versa. There is a real simple modification to the crossloader coad to make it fully V286 compliant. I don't remember what the exact modification was but it was no big deal if you take a look at the code.