[fpc-pascal]Runtime error 87

Michael Van Canneyt michael.vancanneyt at wisa.be
Wed Jun 11 13:25:57 CEST 2003


On Wed, 11 Jun 2003, Hans [iso-8859-1] Mårtensson wrote:

> The FreePascal User's guide has a list of the possible run time errors. But
> what if you encounter an error that is not on the list?
> Right now I would like to know the meaning of run time error 87.
> (Generated by a win32 program and possibly caused by a lot of calls to the
> seek funktion?)

If the error is not in the list of run-time errors, it means it is an
OS-specific error which is not translated to an equivalent Free Pascal
error. You will have to look up the meaning of this error in the
Windows API documentation.

Michael.





More information about the fpc-pascal mailing list