home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Magazin 1996 October / 10_96.BIN / install / italian / catalogs / graphics.msg < prev    next >
Text File  |  1996-05-06  |  4KB  |  78 lines

  1. ; cdc 1.6 (12 Apr 1996)
  2. ; CAT Catalog Emitter $Revision: 1.3 $
  3. ; Catalog definitions for module "Graphics" (Graphics.Book)
  4. ; Original Command Line: 
  5. ;    Z:\SCALA\BIN\CDC.EXE -q -t -c -n 
  6. ;    C:\TMP\catch.dir\out\graphics;Z:\scala\names -i 
  7. ;    C:\TMP\catch.dir\include;Z:\scala\include graphics.cdl -o 
  8. ;    graphics.cdl.err -e CPublicHead -v -s -o 
  9. ;    C:\TMP\catch.dir\obj\graphics\DERIVED\graphics.h -e CPrivateHead -v 
  10. ;    -s -o C:\TMP\catch.dir\obj\graphics\DERIVED\INTERNAL\graphics.ph -e 
  11. ;    CPublicDoc -o C:\TMP\catch.dir\obj\graphics\DERIVED\graphics.doc -e 
  12. ;    CPrivateDoc -o 
  13. ;    C:\TMP\catch.dir\obj\graphics\DERIVED\INTERNAL\graphics.doc -e 
  14. ;    CPublicIPF -o C:\TMP\catch.dir\obj\graphics\DERIVED\graphics.ipf -e 
  15. ;    CPrivateIPF -o 
  16. ;    C:\TMP\catch.dir\obj\graphics\DERIVED\INTERNAL\graphics.ipf -e 
  17. ;    Catalog -c -o C:\scala\Scala\Catalogs\graphics.msg -e NameDB -o 
  18. ;    C:\TMP\catch.dir\out\graphics\graphics.ndb 
  19. ; THIS FILE IS COMPUTER GENERATED, NO HUMAN GENERATED CHANGES ARE PERMITTED
  20. VERSION 1
  21. REVISION 16
  22. LANGUAGE "Italiano"
  23. NATURALNAME "Graphics"
  24. ; BITMAP_UnsupportedPrimitive
  25. ;    The primitive isn't supported 
  26. MSG 0x06501c01 "Primitiva (%1) non supportata."
  27. ; BITMAP_Planar
  28. ;    Planar mode. A number of bitplanes define each pixel. We support <= 8 
  29. ;    bits pr. plane for palette mapped images and 0 < bits pr. plane <= 24 
  30. ;    for planar true color bitmaps. A planar truecolor bitmap is a planar 
  31. ;    bitmap with a bitdepth that is evenly divisible by 3. Such a bitmap 
  32. ;    can not have a palette and should be forced not to have one by using 
  33. ;    the SET_BITMAP_PaletteMapped(FALSE) override key at create time of 
  34. ;    the bitmap. 
  35. MSG 0x06500001 "planare"
  36. ; BITMAP_Chunky
  37. ;    One byte one pixel. The simplest of all the bitmap models 
  38. MSG 0x06500002 "chunky"
  39. ; BITMAP_True
  40. ;    24 bit three bytes per pixel. Three planes. R, G, B. In light of the 
  41. ;    presence of truecolor planar bitmaps it is important to note that 
  42. ;    CONST_BITMAP_True exclusively defines a 24bit three channel bitmap 
  43. ;    with exactly one byte pr. channel. Eventually we will support higher, 
  44. ;    (but not less), bitdepths for this kind of bitmaps. 
  45. MSG 0x06500004 "True color chunky "
  46. ; BITMAP_Nibble
  47. ;    GI bitmap organization. Half a byte per pixel. Now this format is 
  48. ;    also supported throughout the system to speed up the use of 4bit 
  49. ;    chunky file formats which are quite common on the PC. A Nibble bitmap 
  50. ;    in this context has two pixels pr. byte. 
  51. MSG 0x06500006 "mezzo byte"
  52. ; BITMAP_UnsupportedMinterm
  53. ;    Not all methods/operations support all minterms. 
  54. MSG 0x06500402 "Minterm (%2) non supportati dal metodo (%1)."
  55. ; BITMAP_UnsupportedModel
  56. ;    The bitmap model may not be supported by all and everybody 
  57. MSG 0x06500802 "Modello bitmap (%2) non supportatato dal metodo (%1)."
  58. ; BITMAP_UnsupportedOperation
  59. ;    Not all operations between bitmaps are supported. 
  60. MSG 0x06500c01 "Operazione (%1) non supportata."
  61. ; BITMAP_UnsupportedConversion
  62. ;    Conversion between bitmap models not supported 
  63. MSG 0x06501002 "Conversione \"%1\" - \"%2\" non supportata."
  64. ; VLIST_NoMatchingMode
  65. ;    No matching mode could be found. 
  66. MSG 0x06501400 "Impossibile reperire modalitα corrispondente."
  67. ; GRAPHICS_AbortFailure
  68. ;    This method does not *abort* the read access, it causes a failure for 
  69. ;    the read access. 
  70. ;    It is up to the caller of the read access method to interpret this 
  71. ;    particular method in any way seen fit. 
  72. MSG 0x06502000 "DEBUG: Problema simulato da Do_GRAPHICS_Abort. Questa stringa di errore non dovrebbe comparire."
  73.