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.


_______________________________________________
fpc-pascal maillist  -  [EMAIL PROTECTED]
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to