| 119 | |
| 120 | |
| 121 | void ErrorHandler::SeekError(const wchar *FileName) |
| 122 | { |
| 123 | if (!UserBreak) |
| 124 | { |
| 125 | uiMsg(UIERROR_FILESEEK,FileName); |
| 126 | SysErrMsg(); |
| 127 | } |
| 128 | #if !defined(SILENT) || defined(RARDLL) |
| 129 | Exit(RARX_FATAL); |
| 130 | #endif |
| 131 | } |
| 132 | |
| 133 | |
| 134 | void ErrorHandler::GeneralErrMsg(const wchar *fmt,...) |