Activex dll 返回值问题(急...)! (50分)

  • 主题发起人 主题发起人 liop
  • 开始时间 开始时间
L

liop

Unregistered / Unconfirmed
GUEST, unregistred user!
在Activex中执行方法,出现错误 out of memory


Activex中的方法:

function TGet1.Test: WideString;
begin
try
Result:='test';
except
on E: Exception do ShowMessage(E.Message);
end;
end;

 

Similar threads

S
回复
0
查看
3K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
2K
SUNSTONE的Delphi笔记
S
I
回复
0
查看
533
import
I
I
回复
0
查看
652
import
I
后退
顶部