CompuServe Messages

#FastFileIO

#: 115389 S12/Modula-2Forum unknown
    24-Mar-88 17:08:42
Sb: #115324-#FastFileIO
Fm: Steve Faiwiszewski 74106,425
To: Brendan Pratt 72757,3043

This message turned up in search, but its forum couldn’t be identified from the original transcript, so it may not be linked into its thread.

Can you specify the text of the error? I don't think anyone memorized all the error msg numbers yet :), and I don't have the manual near me now. Look at the Benchmark declaration of open. It may want the 'name' to be passed as address (i.e. ADR(name) ). The second problem, I believe, is because Benchmark sticks to the Modula standard while TDI doesn't. Modula does NOT let you increment pointers. you could do: IndexPtr := ADDRESS(LONGCARD(IndexPtr) + 1) – Steve –