Previous: 4.34. DXUtil - Helper functions and typing shortcuts for DirectX programming To the Table of Contents Next: 4.36. FDebug - Write the ErrorCode to the log file
4.34. DXUtil - Helper functions and typing shortcuts for DirectX programming Table of Contents 4.36. FDebug - Write the ErrorCode to the log file

- 4.35. -
Table of Contents
4. Standard Units
4.35. ErrCodes - ErrorCode constants


4.35. ErrCodes - ErrorCode constants

Targets: MS-DOS, OS/2, Win32


Contains constants for error codes, given by RunError, and the Error_msg function that deciphers the error code.

Declaration:
function Error_msg (Err: Word): string;
You should use Error_msg function in your own error handling procedures.

See also:
Run-time Error Codes


Previous: 4.34. DXUtil - Helper functions and typing shortcuts for DirectX programming To the Table of Contents Next: 4.36. FDebug - Write the ErrorCode to the log file
4.34. DXUtil - Helper functions and typing shortcuts for DirectX programming Table of Contents 4.36. FDebug - Write the ErrorCode to the log file

- 4.35. -