aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

O2U-00207: None of the characters in an attribute name were legal identifier characters

O2U-00207: None of the characters in an attribute name were legal identifier characters
Cause: None of the characters in the name of an attribute of a type could be translated to a character that can begin a C or C++ identifier, such as a letter or an underscore. To find the affected attribute, look in the declaration generated for this type for data member names that are obviously incorrect.
Action: Specify an explicit translation for the attribute name in the INTYPE file.

请先 登录 后评论

1 个回答

小智
O2U-00207:属性名称中的任何字符都不是合法的标识符字符,
.原因:类型属性的名称中的任何字符都不能转换为可以开始C或C ++标识符(如字母或下划线)的字符。要查找受影响的属性,请查看为此类型生成的声明显然不正确的数据成员名称。,
.操作:在INTYPE文件中指定属性名称的显式转换。,
.
请先 登录 后评论