home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BCI NET
/
BCI NET Dec 94.iso
/
archives
/
telecomm
/
terms
/
term-4.1-source.lha
/
Extras
/
Source
/
term-Source.lha
/
termErrors.h
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-08-17
|
274 b
|
14 lines
/*
** termErrors.h
**
** Error number definitions
**
** Copyright © 1990-1994 by Olaf `Olsen' Barthel
** All Rights Reserved
*/
enum { ERR_SAVE_ERROR=42000,ERR_LOAD_ERROR,ERR_NO_MEM,ERR_OUTDATED,
ERR_NO_PRINTER,ERR_NO_GFX_OUTPUT,ERR_BAD_DIMENSION,
ERR_PRINT_ERROR
};