Path: utzoo!mnetor!uunet!husc6!hao!ames!pasteur!ucbvax!UBVMS.BITNET!V079GUVN From: V079GUVN@UBVMS.BITNET (The Priest) Newsgroups: comp.lang.modula2 Subject: More FST Woes. Message-ID: Date: 10 Mar 88 03:33:00 GMT Sender: usenet@ucbvax.BERKELEY.EDU Reply-To: Info-Modula2 Distribution List Organization: The Internet Lines: 17 Greetings. The more I use Fitted Software Tools Modula-2 compiler, the more frustrated I become. Here's my newest problem. I have a program which is not that large (around 600 lins). Instead of using WriteString/WriteLn for each of my output statements (about 70% of the program), I have a routine I IMPORT which does a WriteString of the String and then a WriteLn. What is happening is that when I tell it to Compile, during pass 2, I gives me about 20 error 81's (Too Much Initialized Data). I am using the HUGE memory model (although it gives me the same thing if I use LARGE). What's Going on???? - The Priest - V079GUVN@UBVMSC.CC.BUFFALO.EDU - V079GUVN@UBVMSC