Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!usc!snorkelwacker.mit.edu!bloom-beacon!eru!hagbard!sunic!mcsun!hp4nl!star.cs.vu.nl!pverkai From: pverkai@cs.vu.nl (Verkaik PD) Newsgroups: comp.lang.modula2 Subject: Problem with FileSystem in FST compiler Keywords: FST,FileSystem Message-ID: <8385@star.cs.vu.nl> Date: 29 Nov 90 14:57:27 GMT Sender: news@cs.vu.nl Lines: 15 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