home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / cset21v1.zip / IBMCPP / HELP / DDE43.MSG (.txt) < prev    next >
OS/2 Message File  |  1993-09-18  |  30KB  |  143 lines

  1. MKMSGF
  2. !=!u!
  3. ! "g"j"m"p"s"v"y"|"
  4. #7$u$
  5. %B%E%p%s%
  6. &A&m&
  7. &-'b'
  8. (J)v)
  9. *)*V*~*
  10. +1+m+
  11. ,1-4-7-|-
  12. .H.K.
  13. 030e0h0k0n0q0t0w0z0}0
  14. 0 1}1
  15. 4o4r4
  16. 6"6%6(6,606h6k6n6q6t6w6z6}6
  17. 7R7U7X7[7^7a7d7g7j7m7p7s7v7y7|7
  18. 889Z9
  19. :c:f:
  20. ;8;i;
  21. <P<s<
  22. =8=B=
  23. =+>r>
  24. >C?h?
  25. ?'@c@
  26. A:AkA
  27. A/BaB
  28. C:CsC
  29. DADDDGDJD
  30. E5FZF
  31. FQGTGWGZG]G`GcGfGiGlG
  32. HAHwH
  33. H(IRIUIzI}I
  34. J"J%J(J+J.J1J4J7J:J=J@JCJFJIJLJOJRJUJXJ[J^J
  35. KAKiK
  36. L&LtL
  37. L+M[M
  38. M1N\N
  39. O"PfP
  40. R"R%R(R+R.R1R4R7R:R=R@RCRFRIRLRORRRURXR[R^RaRdRgRjRmRpRsRvRyR|R
  41. S>SgS
  42. T3TqT
  43. T    U#U:USUgU
  44. U    V8V^V
  45. X?XfX
  46. Y3YyY
  47. ZJZuZ
  48. [9[w[
  49. \-\K\g\
  50. \!]J]~]
  51. ]I^n^
  52. `h`k`n`q`t`w`z`
  53. a!bCbjbmbpbsbvbyb|b
  54. c c#c&c)c,c/c2c:cGcQcWchcmcsczc
  55. d'd:d?dJdSdgdpdyd
  56. e!e0eAeHePe_ebeeehekeneqeteweze}e
  57. e$fKfrfufxf{f~f
  58. gDgkg
  59. i!jAjaj
  60. k'lflilll
  61. mkmnm
  62. n!n$n'n*n-n0n3n6n9n<n?nBnEnHnKnNnQnTnWnZn]n`ncnfninlnyn
  63. o(o.o;oJo
  64. r"s%s(s+s.s1s4s7s:s=s@sCsFsIsLsOsRsUsXs[s^s
  65. t-tXt
  66. uFuau
  67. dde43.msg
  68.  Internal compiler error at procedure %1. Unexpected compiler error #%1%2 occurred. Compilation aborted by user. 
  69.  Identifier %1 must be declared before it is used. A declaration must declare a variable, a tag, or enum members. A type must be specified in the declaration of the object %1. An incomplete struct or union tag cannot be used in a declaration. The enum constants must be specified when the enum tag is declared. 
  70.  External objects cannot be initialized in a block. 
  71.  The pragma %1 directive has already been specified for function %2. A C reserved word cannot appear in a #pragma directive. 
  72.  Length of bit-field %1 must be less than or equal to 32 bits. Bit-field %1 must have type signed int or unsigned int. A bit-field with a zero length must be unnamed. Length of bit-field %1 must be a constant expression. Length of bit-field %1 must be positive. Length of bit-field %1 must be a constant integral expression. 
  73.  A struct or union member cannot be declared with a storage class. The %1 definition must specify a member list. A member declaration must specify a name. 
  74.  An object cannot be cast to an struct, union or function type. A struct or union cannot be cast to another data type. The data conversion is not valid. Only casts to arithmetic types are allowed in an arithmetic constant expression. 
  75.  The subscript must be a constant integral expression. Pointers to void and pointers to function are not assignment compatible. Pointers to void and pointers to function cannot be compared. A pointer to an incomplete type cannot be subscripted. Operand of bitwise complement must have integral type. Operand of unary minus operator must have arithmetic type. Operand of logical negation must have scalar type. This size of this type is zero. Only pointers to compatible types can be subtracted. Operand of address operator must be a function or an lvalue. The sizeof operator cannot be used with a function, void or bit-field. Operand of indirection operator must be a pointer. Operand of arrow operator must be a pointer to a struct or union. The subscript must be an integral expression. Operand of dot operator must be a struct or a union. Identifier %1 must be a member of the struct or union. The expression must be a function designator. Operand must have integral type. Operand must be a modifiable lvalue. A struct or union can be assigned only to a compatible type. Identifier %1 cannot be redeclared as an enum tag. The operation between these types is not valid. The divisor for the modulus or division operator cannot be zero. The void pointer must be cast prior to this operation. Operand of unary plus operator must have arithmetic type. Operand must have scalar type. Operand must have arithmetic type. If one operand is void, the other must be void. 
  76.  Operands of the conditional operator must have compatible types. If one operand is a pointer, the other must also be a pointer. If the operands are pointers, they must point to compatible types. Two pointers cannot be added. 
  77.  The operation cannot be performed on an incomplete struct or union. Subtraction between void pointers is not allowed. A pointer to void cannot be subscripted. An identifier cannot be declared in a cast or sizeof expression. 
  78.  The sizeof operator cannot be used with arrays of unknown size. The indirection operator cannot be applied to a pointer to an incomplete struct or union. The indirection operator cannot be applied to a void pointer. A translation unit must contain at least one external declaration. Operand has type %1. Prototype has type %1. Previous declaration has type %1. The pre- and post- increment and decrement operators cannot be applied to void pointers. 
  79.  Redeclaration has type %1. Function has return type %1. Argument has type %1. Expression has type %1. Operation not allowed with enum that is not defined. The number of initializers cannot be greater than the number of elements. The initializer must be a constant expression. A register array may only be used as the operand to sizeof. An initializer for a static identifier cannot have the automatic storage class. 
  80.  After widening, previous declaration has type %1. After widening, redeclaration has type %1. 
  81.  A non-lvalue array cannot be subscripted. A non-lvalue array cannot be used in this context. Operation not valid on a function pointer. 
  82.  A function cannot be initialized. A function cannot return a function. Function %1 cannot have a storage class of auto or register. A function cannot be a member of a struct or union. A function cannot be an element of an array. A function cannot return a %1 qualified type. Return type must be compatible with the declaration of function %1. A function declared to return void cannot return a value. A function cannot return an array. The function %1 cannot be redefined. The static function %1 is referenced but is not defined in this file. The struct, union, or enum tag %1 cannot be redefined. 
  83.  An argument cannot be an incomplete struct or union. An argument cannot have type void. Function %1 has not been prototyped prior to use. 
  84.  The declaration or definition of the function is not valid. 
  85.  The return type of the function main must have type int. A switch expression must have integral type. A case label must be a constant integral expression. The case label cannot be a duplicate of the case label on line %1. A default case label cannot be placed outside a switch statement. A switch statement cannot contain more than one default statement. A case statement cannot be placed outside a switch statement. The case label evaluates to integer value %1. The linkage of main must be either _System or _Optlink. If the operands are pointers they must point to compatible object or incomplete types. 
  86.  A break statement cannot be placed outside a while, do, for or switch statement. A continue statement cannot be placed outside a while, do or for loop. 
  87.  Only arrays and pointers to object types can be subscripted. Array size must be a positive constant integral expression. Arrays cannot be redeclared with a different size. All array dimensions except the first must be specified. All dimensions must be specified for array definitions. Arrays that are members must have all dimensions specified. The parameter lists of the function pointers are not compatible. The return types of the function pointers are not compatible. The linkage types of the function pointers are not compatible. 
  88.  Escape sequence is out of range for character representation. 
  89.  Nesting cannot exceed the maximum limit %1. 
  90.  External name %1 has been truncated to %2. 
  91.  Floating point constant is out of range. Virtual storage exceeded. External name %1 cannot be redefined. The number of errors exceeds the limit. The maximum number of errors for one line has been exceeded. The physical size of an array is too large. The physical size of a struct or union is too large. 
  92.  Declaration cannot specify multiple sign type specifiers. Declaration cannot specify multiple length type specifiers. Declaration cannot specify multiple type specifiers. Declaration cannot specify multiple linkage specifiers. 
  93.  Declaration cannot specify multiple storage class specifiers. The %1 type specifier cannot be used with float or double. 
  94.  The long type specifier cannot be used with float. The long or short type specifier cannot be used with char. The %1 type specifier cannot be used with void. 
  95.  The %1 type specifier cannot be used with struct, union or enum. 
  96.  The %1 type specifier cannot be used for variables declared with a typedef. The predefined macro %1 is being redefined. The predefined macro %1 is being undefined. _Packed can only qualify a struct or union. Declaration cannot specify multiple %1 specifiers. _Seg16 can only qualify a pointer type. The predefined macro %1 cannot be redefined. The identifier %1 cannot be redeclared. The struct member %1 cannot be redeclared. The tag %1 cannot be redefined as a tag of another type. The label %1 cannot be redefined. The predefined macro %1 cannot be undefined. The redeclaration cannot specify a different storage class. The goto label is not defined in function %1. The void type can only be used with functions and pointers. The typedef name %1 cannot be redefined. 
  97.  The %1 storage class cannot be used with external identifier %2. The block scope declaration of object %1 must be compatible with its external declaration. The static storage class cannot be used with functions declared at block scope. The typedef storage class cannot be used on function definitions. 
  98.  Only functions or typedefs of functions can be given a linkage type. A #pragma %1 directive was previously specified for the object %2. A map name was previously given to the object %1. The floating point constant is not valid. A const qualified object cannot be modified. 
  99.  Only function names can be specified in a #pragma %1 directive. 
  100.  Only #pragma pit(*, ...) is allowed with the /Tp- option. The floating-point constant is too large and is converted to an infinity. An enum constant must be an integral constant expression that has a value representable as an int. A linkage type must appear to the left of the identifier to which it applies. The typedef name %1 has already been given the same definition. #pragma %1 overrides command line option %2. Value %1 specified in #pragma %2 is out of range. 
  101.  Redeclaration has different number of parameters from the previous declaration. Type of the parameter %1 cannot conflict with previous declaration of function %2. Redeclaration cannot specify fewer parameters before ellipsis than the previous declaration. The void type specifier cannot be used with other type specifiers. The type of the parameters must be specified in a prototype. The only storage class that can be used with parameters is register. Redeclarations and function calls must be compatible with prototype. The function call cannot have more arguments than the prototype specifies. Object %1 must be specified in the parameter list for function %2. A parameter cannot be declared when function %1 parentheses are empty. Parentheses must appear in the declaration of function %1. 
  102.  The parameters in the definition of the function %1 must be named. External identifier %1 cannot be initialized more than once. The declarations of the function %1 must be consistent in their use of the ellipsis. 
  103.  Declaration list cannot appear when parameters in parentheses are prototyped. Prototype %1 must contain widened types if prototype and nonprototype declarations are mixed. The function cannot be redeclared with a different linkage type. The enum cannot be packed to the requested size of %1. 
  104.  Syntax error: possible missing %1 or %2. Syntax error: possible missing %1. Unexpected text %1 ignored. Syntax error. %1. 
  105.  %1. %1. A constant expression can not contain a comma operator. 
  106.  Operand of offsetof macro must be a struct or a union. The dot operator cannot be applied to an incomplete struct or union. The arrow operator cannot be applied to an incomplete struct or union. 
  107.  Macro argument list is not complete. The pragma %1 directive for function %2 is not valid. A character constant must contain at least one character. String literals must end before the source line unless the continuation symbol is used. The character is not valid. 
  108.  The #line directive must specify a string literal or a new-line character. End of file was reached before end of comment that started on line %1. A new-line character is required. Preprocessing token # must be followed by a parameter. The #include directive is not valid. A #if, #elif, #ifdef or #ifndef block must end with a #endif. A macro name on #%1 directive is expected. A #%1 can only appear within a #if, #elif, #ifdef or #ifndef block. 
  109.  A #endif must follow a #if, #elif, #ifdef or #ifndef block. #elif cannot follow #else. End of file is not expected. Text is too long. The integer constant suffix is not valid. Integer constant is out of range. Escape character %1 is not valid and is ignored. A character literal must end before the end of a line. The ## operator cannot appear first or last in the macro replacement list. The macro parameter list is incorrect. Parameter %1 cannot be redefined in the macro parameter list. Macro name %1 cannot be redefined. The expression on the #if or #elif directive is not a valid constant expression. Parameter list must specify same number of parameters as required by macro definition. The #error text is too long. #error %1 A preprocessing directive must end before the end of a line. String literal cannot exceed maximum length of 4096. The preprocessing directive %1 is not valid. The end of a #include file was encountered before the end of the comment. The end of file was encountered immediately after a continuation line. #line value too large. %1 value must contain only decimal digits. A valid wide character must not have 0x00 as its second byte. 
  110.  A character string literal cannot be concatenated with a wide string literal. An error was detected in #pragma %1. Option %1 on #pragma %2 is not supported. 
  111.  #pragma %1 is unrecognized and is ignored. Option on #pragma %1 is out of range. #pragma %1 must appear on the first directive before any C code. The #pragma %1 must appear only once and before any C code. Only one facility ID can appear on all #pragma pit directives in a compilation unit. 
  112.  A new-line is not expected before the end of the preprocessing directive. Option %1 ignored because option %2 specified. The %1 option has not been completely specified. Suboption %2 of %1 is not valid. 
  113.  Suboption %2 of %1 is out of range. Suboptions %2 and %3 of option %1 conflict. 
  114.  Macro name %1 must not begin with a numeric character on %2 option. %1 cannot be defined as a macro on the %2 option. Macro definition on the %1 option is not valid. Option %1 is not valid. Character constant has more than four bytes. Unable to open the default file for %1 output. 
  115.  Macro name %1 on %2 option is already defined. Macro name %1 has been truncated to %2 on the %3 option. Macro name %1 contains characters not valid on the %2 option. 
  116.  Local options following file name have been ignored. Missing source or object file. 
  117.  Option %1 ignored because option %2 is not specified. 
  118.  A module definition (.DEF) file must be specified to create a DLL. Option %1 requires that %2 be specified. Option %1 is ignored in %2 mode. Option /Ol specified, but no source or intermediate file provided. Unable to find a complete set of intermediate files, .w, .wh and .wi, for %1. To specify an intermediate file, use %1.w instead of %1%2. Cannot declare a pointer to a function with builtin linkage. Cannot expliticly or implicitly take the address of a function with builtin linkage. Unable to open icc response file %1. Nested response files are not supported. The icc command line specification is not valid. Option %1 needs additional listing option to generate a listing. The compilation cannot continue because Ctrl-Z (0x1A) was encountered in the response file. 
  119.  Unable to open file for intermediate code. 
  120.  Unable to open listing file %1. Unable to find #include file %1. 
  121.  Unable to find source file %1. 
  122.  %1 value must be an integer constant. A line number must be specified on a #line directive. #line value may not be zero. 
  123.  Macro parameter list must end before the end of the line. The #include file header cannot be empty. 
  124.  Builtin function %1 is unrecognized. 
  125.  Error in allocating memory for intermediate files. Error in allocating disk space for intermediate files. Error in opening intermediate files. Error in closing intermediate files. Error in creating name for intermediate files. Error in writing to intermediate files. Unable to execute %1. Unable to open linker response file %1. Error in reading from intermediate files. Unidentified error in using intermediate files. Excess text %1 ignored on %2 option. An object declared as compatible with 16-bit applications is larger than 64K. #pragma data_seg is ignored for object %1 because #pragma seg16 specified. Obsolete C/2 #pragma %1 is no longer supported. A _fastcall function cannot be defined in a 32-bit program. The operation between these types is not valid. Return type must be compatible with declaration of function %1. Type of the parameter %1 cannot conflict with previous declaration of function %2. If the operands are pointers, they must point to compatible types. User segment %1 has already been declared. The maximum number of user defined segments has been exceeded. A 16-bit function may not have a structure or union as a parameter. The facid was truncated to 3 characters. The value of the flags field on #pragma pit() is bogus. The type of the handler function '%1' on the #pragma %2 directive is illegal. #pragma %1 must appear only once in any C file. Only external function name that is defined in the file can be specified in a #pragma %1 directive. Address of automatic variable taken when DS may not be equal to SS. Illegal conversion between functions with 16 and 48 bit linkage. The /Gr option must be specified to use _Far32 _Pascal linkage. Cannot use the _Seg16 qualifier with pointers to _Far32 _Pascal functions. Functions taking a variable number of parameters cannot have _Pascal linkage. 
  126.  Parameter %1 is not referenced. Automatic variable %1 is not referenced. Static variable %1 is not referenced. External variable %1 is not referenced. Function %1 is not referenced. Automatic variable %1 is set but not referenced. Static variable %1 is set but not referenced. Variable %1 may not have been set before the first reference. Variable %1 was not explicitly initialized. %1 redefinition hides earlier one. External variable %1 is set but not referenced. Statement has no effect. Expression has no effect. if-statement is empty. else-statement is empty. Loop body is empty. Assignment found in a control expression. Type conversion may result in lost precision. Pointer type conversion found. Bitwise operator applied to a signed type. Right shift operator applied to a signed type. Relational expression is always true. Relational expression is always false. Expression contains division by zero. Expression contains modulus by zero. Code cannot be reached. Execution fall-through within a switch statement. Nonprototype function declaration encountered. The return type of the function main should have type int, not void. Possibly ambiguous operator usage encountered. Value is not a member of the enumeration. Case label is not a member of the enumeration. Unstructured goto statement encountered. Implicit return statement encountered. Missing function return value. Structure or union remapping will be performed for this copy operation. The same #pragma %1 directive was previously specified for the object %2. goto statement encountered. Comparison is not valid because the numeric constant is out of range. Unary minus applied to an unsigned type. 
  127.  File %1 has already been #included. Macro name %1 on #undef not defined. Macro name %1 on #define is also an identifier. Macro name %1 on #define is also a keyword. Identifier %1 assigned default value of 0. Expanding trigraph %1 in string literal. Expanding trigraph %1 in character literal. Some program text not scanned due to %1 option. 
  128.  #include found file %1. #undef undefining macro name %1. Macro name %1 on #define has a previous identical definition. #line directive changing line to %1 and file to %2. #%1 condition evaluates to %2. defined(%1) evaluates to %2. Begin skipping tokens. Stop skipping tokens. #%1 nesting level is %2. String literals concatenated. Optional brace encountered. Matching optional brace encountered. Incompletely bracketed initializer encountered, %1 left brace(s) assumed. Incompletely bracketed initializer encountered, %1 right brace(s) assumed. Floating-point constant is out of range. Constant arithmetic folding results in an infinity. Constant arithmetic folding results in a NaN. The incomplete struct or union tag %1 was introduced in a parameter list. The incomplete struct or union tag %1 was not completed before going out of scope. #line directive changing line to %1. Ordinal value on #pragma %1 is out of range. A DLL module name must be specified in #pragma import. Undefined function %1 cannot have a #pragma export or _Export. Static function %1 cannot have a #pragma export or _Export. Definition of function %1 declared as an import encountered. Function %1 was previously specified using #pragma export or the _Export keyword, with a different exported name or ordinal number. Function %1 was previously defined and should not be redeclared as an import encountered. 
  129.  Unable to open precompiled output file %1. Unable to write precompiled output file %1. Unable to open precompiled input file %1. Cannot use precompiled header file %1 because it could be corrupted. Precompiled data in file %1 cannot be used because it is incompatible with the current version of the compiler. The original header will be used. Precompiled header file %1 is found but not used because it is not up to date. Using precompiled header file %1. Generating precompiled header file %1. 
  130.  Unable to open %1. 
  131.  Unable to write to %1. static parameter typedef register external definition external reference automatic literal not valid 
  132.  pointer array[%1] of structure union signed bit-field enum float double signed short integer unsigned short integer signed long integer unsigned long integer signed integer unsigned integer signed character unsigned character unsigned bit-field function returning void pointer to volatile enumerated constant labeldef enum tag  constant tag member label  incomplete  noalias Class = Type = Offset = Length = not prototyped long double with no tag _Packed 
  133.  _System _Optlink _Far16 _Cdecl _Far16 _Pascal _Far16 _Fastcall _Seg16 _Pascal _Far32 _Pascal 
  134.  Page 
  135.   Command options:     Program name. . . . . . . . . : %1     Source file name. . . . . . . : %1     Compiler options. . . . . . . : %1                                   : %1 
  136.   Actual Program Source:     Member. . . . . . . . . . . . : %1     File. . . . . . . . . . . . . : %1     Library . . . . . . . . . . . : %1     Last change . . . . . . . . . : %1     Description . . . . . . . . . : %1  LINE  STMT                               * * * * *   S O U R C E   * * * * *                                     SEQNBR INCNO              *...+....1....+....2....+....3....+....4....+....5....+....6....+....7....+....8....+....9.......*                                     * * * * *   E N D   O F   S O U R C E   * * * * *                                 * * * * *   C R O S S   R E F E R E N C E   L I S T I N G   * * * * *                          * * * * *   E N D   O F   C R O S S   R E F E R E N C E   L I S T I N G   * * * * *                                    * * * * *   M E S S A G E S   * * * * *                              * * * * *   E N D   O F   M E S S A G E S   * * * * * Number of warnings reported: %1 Number of errors reported:   %1 MSG ID      SEV     TEXT                                                    FORMAT: <SEQ NO.>-<FILE NO.>:<FILE LINE NO.> INCLUDE FILES  ---  FILE#   NAME IDENTIFIER          DEFINITION      ATTRIBUTES                              FORMAT: <SEQ NO.>-<FILE NO.>:<FILE LINE NO.>                                   * * * * *   S T R U C T U R E   M A P S   * * * * *                            * * * * *   E N D   O F   S T R U C T U R E   M A P S   * * * * * STRUCTURE MAP FOR: %1     FORMAT: <name> : <offset> : <length> 
  137.        Fixed length  . . . . . . . : %1 - %2     Sequence columns. . . . . . . : %1       Varying length. . . . . . . : %1       Fixed length. . . . . . . . : %1 none                              * * * * *   E N D   O F   C O M P I L A T I O N   * * * * * 
  138.  IBM C/C++ Tools V2.01 
  139.  | Aggregate map for: %1 Offset Length Member Name Bytes(Bits) ***PADDING*** Total Size: %1 bytes 
  140.  ===========> *=INFORMATIONAL===> *=WARNING=========> *=CONDITIONAL=====> *=ERROR===========> *=SEVERE==========> *=INTERNAL========> 
  141.  fatal error informational warning conditional error severe error internal error                                       * * * * *   P R O L O G   * * * * *                                * * * * *   E N D   O F   P R O L O G   * * * * *                              * * * * *   M E S S A G E   S U M M A R Y   * * * * *         Total            Informational(00)          Warning(10)          Error(30)            Severe Error(40)                         * * * * *   E N D   O F   M E S S A G E   S U M M A R Y   * * * * *                         * * * * *   I N C L U D E S   * * * * *                         * * * * *   E N D   O F   I N C L U D E S   * * * * * MSG ID      SEV     TEXT                     <SEQNBR>-<FILE NO>:<FILE LINE NO> IDENTIFIER          DEFINITION      ATTRIBUTES                                     <SEQNBR>-<FILE NO>:<FILE LINE NO>  LINE  STMT                                                                                                       SEQNBR INCNO                                           * * * * *   S O U R C E   * * * * * 
  142.      Map file name . . . . . . . . : %1                                   : /I  %1                         INCLUDE   : %1                                   : /Lt %1                                   : /Lu %1                                   : /B  %1                                   : /V  %1     Assemble name . . . . . . . . : %1     Object name . . . . . . . . . : %1     Listing name. . . . . . . . . : %1     Executable name . . . . . . . : %1  Compiler . . . . . . . . . . . . : %1 Environment Variable . . :     Compiler mode . . . . . . . . : C
  143.