如何使用Formula One6.0的Call函数中参数?急!(200分)

S

sfq

Unregistered / Unconfirmed
GUEST, unregistred user!
一个简单的DLL
library ProTestDLL;
uses
SysUtils,
Classes;
{$R *.RES}
function AddOne(n:integer):integer;stdcall;
begin
result:=n+1;
end;
exports
AddOne;
end.

Formula One Call函数调用格式:
CALL(module_text, procedure, type_text, argument1, ...)
在单元中输入公式=Call("ProTestDLL","AddOne","J",1)后得不到想要得结果。
 
你试试把"ProTestDLL","AddOne","J",1
设为变量
看看
 
to hsw:
不管用!
 
各位高手快来Help,追加100分如何?
 
请继续或结束
 
请继续或结束
 
请继续或结束
 
多人接受答案了。
 

Similar threads

S
回复
0
查看
949
SUNSTONE的Delphi笔记
S
S
回复
0
查看
770
SUNSTONE的Delphi笔记
S
S
回复
0
查看
3K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
2K
SUNSTONE的Delphi笔记
S
顶部