代码 | 描述 |
21 | 在时间日期字符串中日期显示不完全记录 |
22 | 在时间日期中日期的错误代码,要求 年 1970 <= X <= 3000 月 0 <X <= 12 日 0 <X <= 31/30/28 (29 ).... |
23 | 在时间日期字符串中时间的错误代码,要求 小时 0 <= X <24 分钟 0 <= X <60 |
24 | 在RGB中的无效颜色,RGB部件中的元素在0到255之间 |
25 | 换码顺序中的位置字符 Known: \n \r \t \\ \" \' \X \x |
26 | 函数局部变量里太大的字符(>512kb)会减少数字 |
29 | 列举项已经定义(副本)-把项目添加到第一个定义里 |
30 | 主要宏 |
31 | The variable is declared but is not used anywhere |
32 | 构造函数一定是空型 |
33 | 解构函数一定要空型 |
34 | 常量不在整数范围内 (X> _UI64_MAX | | X <_I64_MIN),并且转变为双精度型函数 |
35 | 太长的HEX—超过16个重要字节(开出高级半字节形式) |
36 | 在HEX字符串"0x"中没有半字节 |
37 | 无函数—不执行任何命令 |
38 | A non-initialized variable is used |
41 | 无主体函数,不被调用 |
43 | 在铸字过程中可能丢失的数据。示例:int x = (double) z |
44 | 转变常量时精确度缺失(数据)。示例:int x = M_PI |
45 | 在比较操作中两个操作数标志之间的区别。示例: (char) c1> (uchar) c2 |
46 | 输入函数遇到的问题—需声明#import或者输入隐蔽函数 |
47 | 太大的说明—在可执行文件中,不包括额外字节 |
48 | 指标缓冲区的数量比所要求的少 |
49 | 在指标中无颜色图解绘图 |
50 | 无图解系列描绘指标 |
51 | 在脚本中找不到'OnStart' 处理器函数 |
52 | 以错误参量定义'OnStart' 处理器函数 |
53 | 只在脚本中定义'OnStart' 函数 |
54 | 以错误参量定义'OnInit' 函数 |
55 | 在脚本中不使用'OnInit'函数 |
56 | 以错误参量定义'OnDeinit'函数 |
57 | 在脚本中不使用'OnDeinit'函数 |
58 | 定义两种'OnCalculate'函数,使用固定价格数组的OnCalculate()。
|
59 | 当计算复杂整数 常量时检测过量装满 |
60 | 或许,变量没有初始化 |
61 | 该声明会使不能参考特定行上声明的局部变量 |
62 | 该声明会使不能参考特定行上声明的全局变量 |
63 | 不能用于 静态分配数组 |
64 | 变量声明隐藏 预定义变量
|
65 | The value of the expression is always true/false |
66 | Using a variable or bool type expression in mathematical operations is unsafe |
67 | The result of applying the unary minus operator to an unsigned ulong type is undefined |
68 | The version specified in the #property version property is unacceptable for the Market section; the correct format of #property version id "XXX.YYY" |
69 | Empty controlled statement found |
70 | Invalid function return type or incorrect parameters during declaration of the event handler function |
71 | An implicit cast of structures to one type is required |
72 | This declaration makes direct access to the member of a class declared in the specified string impossible. Access will be possible only with the scope resolution operation :: |
73 | Binary constant is too big, high-order digits will be truncated |
74 | Parameter in the method of the inherited class has a different const modifier, the derived function has overloaded the parent function |
75 | Negative or too large shift value in shift bitwise operation, execution result is undefined |