Path: utzoo!attcan!uunet!tektronix!reed!psu-cs!bartonr From: bartonr@psu-cs.UUCP (Robert Barton) Newsgroups: comp.sys.amiga Subject: TDI Modula-2/Amiga Message-ID: <1443@psu-cs.UUCP> Date: 3 Jan 89 03:28:54 GMT Reply-To: bartonr@psu-cs.UUCP (Robert Barton) Organization: Dept. of Computer Science, Portland State University; Portland OR Lines: 15 Some notes on TDI Modula-2/Amiga- Finding errors: Version 0.10a of the editor reliably reads the error file and no longer inserts a bunch of spaces at the beginning of the file being edited. It displays both text and menu headers incorrectly if the user has chosen the 60-column mode from Preferences, and sets the maximum width of the window to 640 pixels regardless of screen size. RAM Disk support: Version 3.01a of the compiler will compile files on the RAM Disk. The definition modules: These are the major remaining source of problems. They range from minor (ANOPktFail for ANQPktFail, TimerRequest for TimeRequest) to fatal (CIAB declared at the wrong absolute address, fields missing or reversed in IntuitionBase, incorrect offsets in CIAType and MemEntry).