home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Plus SuperCD (UK) 2000 March
/
pcp161b.iso
/
full
/
delphi
/
INFO
/
EXTRAS
/
JPEG
/
JCONSTS.PAS
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Pascal/Delphi Source File
|
1997-03-08
|
171 b
|
12 lines
unit jconsts;
interface
resourcestring
sChangeJPGSize = 'Cannot change the size of a JPEG image';
sJPEGError = 'JPEG error #%d';
implementation
end.