回 帖 发 新 帖 刷新版面

主题:急~~急~~`急

请问哈运行DELPHI时总是提示找不到StrToXML函数。应该怎么做啊???

我调试DELOHI代码时总是报错`````如下
FR_Class.pas(4884): Undeclared identifier: 'StrToXML'
[Error] FR_Class.pas(4884): Incompatible types
[Error] FR_Class.pas(7549): Undeclared identifier: 'StrToXML'
[Error] FR_Class.pas(8831): Undeclared identifier: 'StrToXML'
[Error] FR_Class.pas(9713): Undeclared identifier: 'frStreamToString'
[Error] FR_Class.pas(9729): Undeclared identifier: 'StrToXML'
[Error] FR_Class.pas(15913): Undeclared identifier: 'SaveToFR3Stream'
[Error] FR_Class.pas(22457): Undeclared identifier: 'frFieldIsNull'
[Fatal Error] FR_DBSet.pas(84): Could not compile used unit 'FR_Class'

请大家帮帮忙
我是才学DELPHI的
谢谢哈

回复列表 (共2个回复)

沙发

以上方法或者变量没有定义.需要定义.

板凳

Incompatible types   没有声明类型!
Undeclared identifier:  没有定义
Could not compile used unit 'FR_Class'  不能将单元 FR_CALSS编译进该单元!我记得我也遇倒过这个问题,就是仔IMPLEMENTATION中即使USES了也会出现这个问题!后来忘了是怎么调过去的了!!!

我来回复

您尚未登录,请登录后再回复。点此登录或注册