michael paap wrote:
i am running a program compiled with GPC, which reads his input from a file:
executable < file
now, if the program tries to read more values as there are in the file, i get the following error:
executable: attempt to read past end of Input (error #454 at 16ddb)
My question now is: Where is this error-message created, and where can I get a list of the meanings of the error-codes?
See p/rts/error.pas in the GPC sources. But note that the error numbers may change in the future. The textual description is more reliable (in the sense that, while it also may change sometime, it describes the error in words).
Frank