M
mygstar
Unregistered / Unconfirmed
GUEST, unregistred user!
我生成一个dll文件,函数放在一个unit中,
unit中有几个函数,
能不能在exports中输出这几个函数,
如何做?
exports
aa;
bb;
cc;
我编译的时候,提示
[Error] ba.dpr(21): Declaration expected but identifier 'bb' found
但第一个却不提示错误(aa)
unit中有几个函数,
能不能在exports中输出这几个函数,
如何做?
exports
aa;
bb;
cc;
我编译的时候,提示
[Error] ba.dpr(21): Declaration expected but identifier 'bb' found
但第一个却不提示错误(aa)