ASP中调用Delphi编的ActiveX DLL,set Object = nothing,对象仍没释放?(50分)

W

wghua

Unregistered / Unconfirmed
GUEST, unregistred user!
我在ASP中调用Delphi编的ActiveX DLL:
set Object = Server.CreateObject(Delphi.Object)
...
set Object = nothing
运行完后却发现此DLL对象没释放(因为我在Delphi中编译报错,
"Create Output File Error"),为什么?
 
对象已经释放了,不过IIS有缓存ASP的特性,因此无法再次编译。
有两个解决方法,第一个是将缓存关掉,第二个是重新启动IIS服务
 
接受答案了.
 

Similar threads

S
回复
0
查看
3K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
2K
SUNSTONE的Delphi笔记
S
D
回复
0
查看
1K
DelphiTeacher的专栏
D
I
回复
0
查看
310
import
I
顶部