home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD2.iso
/
Programming
/
Assembler
/
dse-src3.dms
/
in.adf
/
Utilities
/
IffConverters
/
IFFConvert.lha
/
IFFConvert
/
src
/
iffpack.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1992-07-24
|
447 b
|
18 lines
#define NO_MEMORY 1
#define BAD_IFF 2
#define READ_ERROR 3
#define WRITE_ERROR 4
#define UNKNOWN_COMPRESSION 5
#ifndef NOERRORTEXT
#ifdef ENGLISH
char *errortext[]={"","No Memory","No IFF-ILBM File","Read error",
"Write error","Unknown compressionmethod"};
#else
char *errortext[]={"","Kein Speicher","Keine IFF-ILBM Datei","Lesefehler",
"Schreibfehler","Unbekanntes Kompressionsverfahren"};
#endif
#endif