Newsgroups: comp.lang.pascal Path: utzoo!utgpu!watserv1!maytag!watstat.waterloo.edu!dmurdoch From: dmurdoch@watstat.waterloo.edu (Duncan Murdoch) Subject: Re: Turbo Pascal TPU header decoding Message-ID: <1991Feb5.192401.8311@maytag.waterloo.edu> Sender: daemon@maytag.waterloo.edu (Admin) Organization: University of Waterloo References: <1991Feb4.100527.24447@resam.dk> <1991Feb4.185524.3303@maytag.waterloo.edu> <1991Feb4.220643.16174@maytag.waterloo.edu> Date: Tue, 5 Feb 91 19:24:01 GMT Lines: 27 In article <1991Feb4.220643.16174@maytag.waterloo.edu> dmurdoch@watstat.waterloo.edu (Duncan Murdoch) writes: >In article <1991Feb4.185524.3303@maytag.waterloo.edu> I wrote: >> >>I've written these for each of the .TPU formats so far. The one for version >>6.0 is the most complete and least buggy. There's also a less buggy dumper >>included in the commercial package Turbo Analyst, from Turbopower software. All four versions of the dumper are now available from garbo.uwasa.fi, in the pc/programming directory. The names are INTRFC4.ZIP, INTRFC5.ZIP - dump the interface section only, for versions 4.0 and 5.0 respectively. The 5.0 version is very buggy. INTRFC55.ZIP, INTRFC60.ZIP - dump most of the .TPU file, for versions 5.5 and 6.0 respectively. I'd be interested in hearing about any bugs in these, especially in INTRFC60. Full source code is included in all of these, but it's very unreadable, especially in the earlier ones. Sizes range from 20K for INTRFC4.ZIP to 55K for INTRFC60.ZIP. All of these programs have been released to the public domain. Duncan Murdoch dmurdoch@watstat.waterloo.edu