home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Magazin 1996 October
/
10_96.BIN
/
install
/
italian
/
catalogs
/
graphics.msg
< prev
next >
Wrap
Text File
|
1996-05-06
|
4KB
|
78 lines
; cdc 1.6 (12 Apr 1996)
; CAT Catalog Emitter $Revision: 1.3 $
;
; Catalog definitions for module "Graphics" (Graphics.Book)
;
; Original Command Line:
;
; Z:\SCALA\BIN\CDC.EXE -q -t -c -n
; C:\TMP\catch.dir\out\graphics;Z:\scala\names -i
; C:\TMP\catch.dir\include;Z:\scala\include graphics.cdl -o
; graphics.cdl.err -e CPublicHead -v -s -o
; C:\TMP\catch.dir\obj\graphics\DERIVED\graphics.h -e CPrivateHead -v
; -s -o C:\TMP\catch.dir\obj\graphics\DERIVED\INTERNAL\graphics.ph -e
; CPublicDoc -o C:\TMP\catch.dir\obj\graphics\DERIVED\graphics.doc -e
; CPrivateDoc -o
; C:\TMP\catch.dir\obj\graphics\DERIVED\INTERNAL\graphics.doc -e
; CPublicIPF -o C:\TMP\catch.dir\obj\graphics\DERIVED\graphics.ipf -e
; CPrivateIPF -o
; C:\TMP\catch.dir\obj\graphics\DERIVED\INTERNAL\graphics.ipf -e
; Catalog -c -o C:\scala\Scala\Catalogs\graphics.msg -e NameDB -o
; C:\TMP\catch.dir\out\graphics\graphics.ndb
;
; THIS FILE IS COMPUTER GENERATED, NO HUMAN GENERATED CHANGES ARE PERMITTED
;
VERSION 1
REVISION 16
LANGUAGE "Italiano"
NATURALNAME "Graphics"
; BITMAP_UnsupportedPrimitive
; The primitive isn't supported
MSG 0x06501c01 "Primitiva (%1) non supportata."
; BITMAP_Planar
; Planar mode. A number of bitplanes define each pixel. We support <= 8
; bits pr. plane for palette mapped images and 0 < bits pr. plane <= 24
; for planar true color bitmaps. A planar truecolor bitmap is a planar
; bitmap with a bitdepth that is evenly divisible by 3. Such a bitmap
; can not have a palette and should be forced not to have one by using
; the SET_BITMAP_PaletteMapped(FALSE) override key at create time of
; the bitmap.
MSG 0x06500001 "planare"
; BITMAP_Chunky
; One byte one pixel. The simplest of all the bitmap models
MSG 0x06500002 "chunky"
; BITMAP_True
; 24 bit three bytes per pixel. Three planes. R, G, B. In light of the
; presence of truecolor planar bitmaps it is important to note that
; CONST_BITMAP_True exclusively defines a 24bit three channel bitmap
; with exactly one byte pr. channel. Eventually we will support higher,
; (but not less), bitdepths for this kind of bitmaps.
MSG 0x06500004 "True color chunky "
; BITMAP_Nibble
; GI bitmap organization. Half a byte per pixel. Now this format is
; also supported throughout the system to speed up the use of 4bit
; chunky file formats which are quite common on the PC. A Nibble bitmap
; in this context has two pixels pr. byte.
MSG 0x06500006 "mezzo byte"
; BITMAP_UnsupportedMinterm
; Not all methods/operations support all minterms.
MSG 0x06500402 "Minterm (%2) non supportati dal metodo (%1)."
; BITMAP_UnsupportedModel
; The bitmap model may not be supported by all and everybody
MSG 0x06500802 "Modello bitmap (%2) non supportatato dal metodo (%1)."
; BITMAP_UnsupportedOperation
; Not all operations between bitmaps are supported.
MSG 0x06500c01 "Operazione (%1) non supportata."
; BITMAP_UnsupportedConversion
; Conversion between bitmap models not supported
MSG 0x06501002 "Conversione \"%1\" - \"%2\" non supportata."
; VLIST_NoMatchingMode
; No matching mode could be found.
MSG 0x06501400 "Impossibile reperire modalitα corrispondente."
; GRAPHICS_AbortFailure
; This method does not *abort* the read access, it causes a failure for
; the read access.
; It is up to the caller of the read access method to interpret this
; particular method in any way seen fit.
MSG 0x06502000 "DEBUG: Problema simulato da Do_GRAPHICS_Abort. Questa stringa di errore non dovrebbe comparire."