home *** CD-ROM | disk | FTP | other *** search
/ PC World 1997 November / PCWorld_1997-11_cd.bin / software / programy / komix / DATA.Z / pb_msg.tcl < prev    next >
Text File  |  1997-05-02  |  6KB  |  144 lines

  1. # !@#$%&*()_+| generated by 'genmdb' !@#$%&*()_+|
  2.  
  3. # System '%1' containing PowerBuilder builtin classes not found; run 'Configure PB Environment' in the previous phase to create this system.
  4. global E_NOBUILTINSYS;    set E_NOBUILTINSYS    "373001"
  5.  
  6. # Enumerated types are not supported in PowerBuilder.
  7. global E_NOENUMS;    set E_NOENUMS    "373002"
  8.  
  9. # Class '%1' has more than one super class.
  10. global E_NOMULTINH;    set E_NOMULTINH    "373003"
  11.  
  12. # Class '%1' is part of an inheritance loop.
  13. global E_INHLOOP;    set E_INHLOOP    "373004"
  14.  
  15. # Class '%1' is part of a graphical containment (aggregation) loop.
  16. global E_GRCONTLOOP;    set E_GRCONTLOOP    "373005"
  17.  
  18. # Class '%1' has super class '%2' which is not a global type.
  19. global E_NONGLOBALSUPER;    set E_NONGLOBALSUPER    "373006"
  20.  
  21. # Class '%1' has invalid builtin super class '%2'.
  22. global E_INVALBUILTINSUPER;    set E_INVALBUILTINSUPER    "373007"
  23.  
  24. # Association '%1' from class '%2' to class '%3' is not allowed (both classes should be Global Types).
  25. global E_ASSGLOBTYPES;    set E_ASSGLOBTYPES    "373008"
  26.  
  27. # Association '%1' from class '%2' to class '%3' is not allowed because class '%1' does not support constructor and destructor events.
  28. global E_ASSCTORDTOR;    set E_ASSCTORDTOR    "373009"
  29.  
  30. # Association '%1' from class '%2' to structure '%3' is not allowed.
  31. global E_ASSWITHSTRUCT;    set E_ASSWITHSTRUCT    "373010"
  32.  
  33. # Association '%1' from class '%2' to base type '%3' is not allowed.
  34. global E_ASSWITHBASETYPE;    set E_ASSWITHBASETYPE    "373011"
  35.  
  36. # Association '%1' from class '%2' to enum type '%3' is not allowed.
  37. global E_ASSWITHENUMTYPE;    set E_ASSWITHENUMTYPE    "373012"
  38.  
  39. # Association '%1' from class '%2' to class without name is not allowed.
  40. global E_ASSCLASSNONAME;    set E_ASSCLASSNONAME    "373013"
  41.  
  42. # Reverse aggregation '%1' from contained class '%2' to container class '%3' is not allowed.
  43. global E_NOREVAGGR;    set E_NOREVAGGR    "373014"
  44.  
  45. # Name of aggregation '%1' from class '%2' to class '%3' results in invalid type name in global class '%4'.
  46. global E_INVALIDLOCTYPE;    set E_INVALIDLOCTYPE    "373015"
  47.  
  48. # Name of aggregation '%1' from class '%2' to class '%3' results in multiple defined type in global class '%4'.
  49. global E_MULTDEFLOCTYPES;    set E_MULTDEFLOCTYPES    "373016"
  50.  
  51. # Aggregation '%1' from class '%2' to class '%3' is interpreted as normal association.
  52. global W_AGGRASASSOC;    set W_AGGRASASSOC    "373017"
  53.  
  54. # Class '%1' does not have a super class: assuming class 'nonvisualobject'.
  55. global W_NOSUPERCLASS;    set W_NOSUPERCLASS    "373018"
  56.  
  57. # Association '%1' from menu class '%2' to window class '%3' ignored.
  58. global W_IGNMENUWINAGGR;    set W_IGNMENUWINAGGR    "373019"
  59.  
  60. # Property 'Constant Attribute' of attribute '%1' of class '%2' ignored because no default value is supplied.
  61. global W_CONST_IGNORED;    set W_CONST_IGNORED    "373020"
  62.  
  63. # System still contains old files.
  64. global E_HASOLD;    set E_HASOLD    "373021"
  65.  
  66. # Regeneration stopped for entry '%1'.
  67. global E_STOP;    set E_STOP    "373022"
  68.  
  69. # '%1' has become obsolete, moving to old file.    
  70. global W_OBSOL;    set W_OBSOL    "373023"
  71.  
  72. # Old code for method '%1' of class '%2' becomes obsolete.
  73. global W_OBSOLMETHOD;    set W_OBSOLMETHOD    "373024"
  74.  
  75. # Old code for method '%1' of class '%2' detected.
  76. global W_OLDMETHOD;    set W_OLDMETHOD    "373025"
  77.  
  78. # Obsolete event '%1' of class '%2' detected.
  79. global W_OBSOLEVENT;    set W_OBSOLEVENT    "373026"
  80.  
  81. # Obsolete function '%1' of class '%2' detected.
  82. global W_OBSOLFUNCT;    set W_OBSOLFUNCT    "373027"
  83.  
  84. # Obsolete subroutine '%1' of class '%2' detected.
  85. global W_OBSOLSUBRT;    set W_OBSOLSUBRT    "373028"
  86.  
  87. # Obsolete on.'%1' of class '%2' detected.
  88. global W_OBSOLON;    set W_OBSOLON    "373029"
  89.  
  90. # Generating obsolete file '%1'.
  91. global W_GENOLD;    set W_GENOLD    "373030"
  92.  
  93. # Obsolete class '%1' detected.
  94. global W_OBSOLCLASS;    set W_OBSOLCLASS    "373031"
  95.  
  96. # Obsolete control '%1' detected.
  97. global W_OBSOLCONTR;    set W_OBSOLCONTR    "373032"
  98.  
  99. # Method '%1' of obsolete control '%2' detected.
  100. global W_OBSOLMETHCONTR;    set W_OBSOLMETHCONTR    "373033"
  101.  
  102. # Properties of obsolete class '%1' detected.
  103. global W_OBSOLPROPS;    set W_OBSOLPROPS    "373034"
  104.  
  105. # Obsolete class '%1' can not be contained by '%2'.
  106. global W_OBSOLCLASSENTRY;    set W_OBSOLCLASSENTRY    "373035"
  107.  
  108. # Obsolete event '%1' can not be contained by class '%2'.
  109. global W_OBSOLEVENTCLASS;    set W_OBSOLEVENTCLASS    "373036"
  110.  
  111. # Obsolete on '%1' can not be contained by class '%2'.
  112. global W_OBSOLONCLASS;    set W_OBSOLONCLASS    "373037"
  113.  
  114. # Obsolete function '%1' can not be contained by class '%2'.
  115. global W_OBSOLFUNCTCLASS;    set W_OBSOLFUNCTCLASS    "373038"
  116.  
  117. # Obsolete subroutine '%1' can not be contained by class '%2'.
  118. global W_OBSOLSUBRTCLASS;    set W_OBSOLSUBRTCLASS    "373039"
  119.  
  120. # Obsolete binary section can not be contained by entry '%1'.
  121. global W_OBSOLBINARY;    set W_OBSOLBINARY    "373040"
  122.  
  123. # Class '%1' can not contain variables.
  124. global W_OBSOLVARS;    set W_OBSOLVARS    "373041"
  125.  
  126. # Classtype of '%1' changed from '%2' to '%3'.
  127. global W_OBSOLCLASSTYPE;    set W_OBSOLCLASSTYPE    "373042"
  128.  
  129. # Entrytype of '%1' changed from '%2' to '%3'.
  130. global W_OBSOLENTRYTYPE;    set W_OBSOLENTRYTYPE    "373043"
  131.  
  132. # Syntax error: expected ; at end of DECLARE statement in variables of class '%1'.
  133. global E_DECLARESYNTAX;    set E_DECLARESYNTAX    "373044"
  134.  
  135. # Syntax error: expected 'end '%1' of class '%2' instead of end of file.
  136. global E_ENDEXPECT;    set E_ENDEXPECT    "373045"
  137.  
  138. # Syntax error: expected 'end '%1' for '%2' of class '%3' instead of end of file.
  139. global E_ENDEXPECTMETHOD;    set E_ENDEXPECTMETHOD    "373046"
  140.  
  141. # Syntax error: expected end binary section of entry '%1' instead of end of file.
  142. global E_ENDEXPECTBINARY;    set E_ENDEXPECTBINARY    "373047"
  143.  
  144.