Newsgroups: comp.lang.pascal
Path: utzoo!utgpu!watserv1!maytag!watstat.waterloo.edu!dmurdoch
From: dmurdoch@watstat.waterloo.edu (Duncan Murdoch)
Subject: Re: TPU file transformation
Message-ID: <1991Mar21.195143.6194@maytag.waterloo.edu>
Sender: daemon@maytag.waterloo.edu (Admin)
Organization: University of Waterloo
References: <1991Mar21.175951.5524@menudo.uh.edu>
Date: Thu, 21 Mar 1991 19:51:43 GMT
Lines: 15

In article <1991Mar21.175951.5524@menudo.uh.edu> cychao@csun10.UUCP (PUT YOUR NAME HERE) writes:
> How can I transform the TP's .TPU file into .OBJ file ?

You probably can't.  References to the System unit are by location within it,
so it would be very hard to translate these into External references in the
OBJ that the linker could resolve.

However, if anyone has code to produce an OBJ file, I've got code to decipher
a TPU, so perhaps we could get together and give it a try.  (If anyone wants
a copy of the code, look for INTRFCn.ZIP (where n is 4, 5, 55, or 60) on
garbo.uwasa.fi.  I'm pretty sure all 4 versions are there, but was unable
to get through just now to check.

Duncan Murdoch

