[comp.lang.modula2] More FST Woes.

V079GUVN@UBVMS.BITNET (The Priest) (03/10/88)

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