J
jc_wwp
Unregistered / Unconfirmed
GUEST, unregistred user!
在Dll的form中有一个Tdbgrid,Tdatasource,试图通过一个export Function获取选择
字段的值,定义如下:
Function GetData (Ahandle:Thandle;Aadotable:TADOTable);Pchar;stdcall;
Ahandle 是主窗口的Application.handle;
Aadotable1 是主窗口定义的Tadotable;
程序运行时,可以实现主窗口的DBGRid和Dll中的DBGrid数据同步显示,单一段时间后
出现错误:
Access Violation at address 004D1FB0 in module 'dlltest.dll' ....
忙了一天都无法解决,请各位高手帮我!!!!
字段的值,定义如下:
Function GetData (Ahandle:Thandle;Aadotable:TADOTable);Pchar;stdcall;
Ahandle 是主窗口的Application.handle;
Aadotable1 是主窗口定义的Tadotable;
程序运行时,可以实现主窗口的DBGRid和Dll中的DBGrid数据同步显示,单一段时间后
出现错误:
Access Violation at address 004D1FB0 in module 'dlltest.dll' ....
忙了一天都无法解决,请各位高手帮我!!!!