application error 怎么解决Exception ERangeError in module ×××××.Exe at 00207CCA.Range check error

来源:学生作业学帮网 编辑:学帮网 时间:2024/06/05 15:50:16

application error 怎么解决
Exception ERangeError in module ×××××.Exe at 00207CCA.Range check error

module -- 模块
模块 ×××××.Exe 中
Range check error -- 范围检查发现有错.
怎么解决?
检查你给的数据是否超出 Range 的上下界.或者忘了给初值(数据)了.
例如,Range 是矩形,数据是否跑到矩形以外了.