[comp.lang.modula2] Problem with FileSystem in FST compiler

pverkai@cs.vu.nl (Verkaik PD) (11/29/90)

Can anybody help me with the following problem:

I have tried to create a module, which can open as many files as
possible using pointers and FileSystem.File . The File variable is part
of a record, and the record is pointed to by the pointer.
Each time, however, I try to run a programme (having successfully
compiled and linked the programme) which imports the module, I get an
error message (something to do with DEALLOCATE), and the problem seems
to have something to do with Close (var1^.var2), where var1 is the
pointer to a record, and var2 is of FileSystem.File type...

If anybody has _any_ idea what the problem might be, I would very much
like to hear...

Patrick Verkaik