Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!philabs!cmcl2!harvard!seismo!columbia!caip!daemon From: RMULLER%UMass.BITNET@WISCVM.WISC.EDU Newsgroups: net.micro.amiga Subject: TDI Modula-2 Questions Message-ID: <1834@caip.RUTGERS.EDU> Date: Fri, 11-Apr-86 22:51:45 EST Article-I.D.: caip.1834 Posted: Fri Apr 11 22:51:45 1986 Date-Received: Mon, 14-Apr-86 02:23:36 EST Sender: daemon@caip.RUTGERS.EDU Organization: Rutgers Univ., New Brunswick, N.J. Lines: 21 From: RMULLER%UMass.BITNET@WISCVM.WISC.EDU Thanks to Richard Bielak for posting the fix to the streams problem. Here's a question which I'm sure isn't a bug, but ... can someone send me source which successfully calls the intution routine OpenWindow? My guru is tired of meditating ... everything I try generates a "software failure" message. A possibly related question: how does one deal with the differences between Modula-style strings, BCPL strings and C strings? The newWindow structure in C, for example, has a field for the title of the window, which is a pointer to a null-terminated sequence of characters. The C compiler generates such a pointer (not to mention the byte sequence) when it encounters a "string" in a structure constructor. What's the simplest way to get this done in Modula? Thanks in advance. Rich Muller RMuller@umass.bitnet