D
delphihard
Unregistered / Unconfirmed
GUEST, unregistred user!
我下面的错误出在哪里?
先创建一个ActiveX Libary(mytest),然后创建一个TS Datamodule命名为test。
打开TypeLibary视图,在树图中选择顶层Mytest,然后在右侧选Uses Tab,
里面有一个Uses TypeLibary列表。在列表上单击右键,
选择Show All Type Libaries,找到
Microsoft ActiveX Data Object,打勾。
然后在树图中选择IMytest,新建一个只读属性infor,
在Attributes/Type下拉框中选择Recordset *。
然后在实现代码里把Datamodule中的ADO按件的RecordSet指给返回值即可。
可怎么老是出
test.pas(24): Declaration of 'Get_infor' differs from declaration in interface 'Imytest'
错误?会是什么原因?
先创建一个ActiveX Libary(mytest),然后创建一个TS Datamodule命名为test。
打开TypeLibary视图,在树图中选择顶层Mytest,然后在右侧选Uses Tab,
里面有一个Uses TypeLibary列表。在列表上单击右键,
选择Show All Type Libaries,找到
Microsoft ActiveX Data Object,打勾。
然后在树图中选择IMytest,新建一个只读属性infor,
在Attributes/Type下拉框中选择Recordset *。
然后在实现代码里把Datamodule中的ADO按件的RecordSet指给返回值即可。
可怎么老是出
test.pas(24): Declaration of 'Get_infor' differs from declaration in interface 'Imytest'
错误?会是什么原因?