22. Unknown object type 不知道的对象类型 23. Cannot assign object of type name to variable of type name 不能将对象赋给变量,两种类型不能赋值 24. Function call doesn’t match its definition 函数调用格式与其定义不一致 25. Double or Real expression has overflowed 双精度型或实型表达式溢出 26. ...
case 22//22 Unknown object type ls_msg = "不知道的对象类型" case 23//23 Cannot assign object of type name to variable of type name ls_msg = "不能将对象赋给变量,两种类型不能赋值" case 24//24 Function call doesn't match its definition ls_msg = "函数调用格式与其定义不一致" case 25...
22. Unknown object type 不知道的对象类型 23. Cannot assign object of type name to variable of type name 不能将对象赋给变量,两种类型不能赋值 24. Function call doesn’t match its definition 函数调用格式与其定义不一致 25. Double or Real expression has overflowed 双精度型或实型表达式溢出 26. ...
case 10//10 Unsupported argument type in DLL function ls_msg="使用了动态链接库函数不支持的参数类型"case 11//11 Object file is out of date and must be converted to current version ls_msg="对象文件已经过时并且必须使用当前的版本"case 12//12 DataWindow column type does not match GetItem type...
应该有而没有)" case19//19CannotconvertnameinAnyvariabletoname ls_msg="不能转换Any类型的变量到另一个类型" case20//20Databasecommandhasnotbeensuccessfullyprepared ls_msg="数据库命令没有成功准备" case21//21Badruntimefunctionreference ls_msg="引用了错误的运行时函数" case22//22Unknownobjecttype
case23//23Cannotassignobjectoftypenametovariableoftype namels_msg="不能将对象赋给变量,两种类型不能赋值" case24//24Functioncalldoesn'tmatchitsdefinitionls_msg="函 数调用格式与其定义不一致" case25//25DoubleorRealexpressionhasoverflowedls_msg="双精 ...
162164Code that worked in 5.0 using Setconnect() to instantiate a remote object now does not work when using CreateInstance() in 6.0. Getting the error message: R1025 Cannot assign object of type "descendant" to variable of type "ancestor" at line xxx. Memory is corrupted at this point an...
function reference Ls_msg = refers to the wrong runtime function Case 22 / / 22 Unknown object type Ls_msg = unknown object type Case 23 / / 23 Cannot assign object of type name to variable of type name Ls_msg = cannot assign an object to a variable, two types cannot be assigned....
case22//22Unknownobjecttype ls_msg="不知道的对象类型" case23//23Cannotassignobjectoftypenametovariableoftypename ls_msg="不能将对象赋给变量,两种类型不能赋值" case24//24Functioncalldoesn'tmatchitsdefinition ls_msg="函数调用格式与其定义不一致" case25//25DoubleorRealexpressionhasoverflowed
prepared 数据库命令没有成功准备 21. Bad runtime function reference 引⽤了错误的运⾏时函数 22. Unknown object type 不知道的对象类型 23. Cannot assign object of type name to variable of type name 不能将对象赋给变量,两种类型不能赋值 24. Function call doesn’t match its definition ...