如何使ASP与ACTIVEX DLL无缝连接?(0分)

hehe, I am very pleased to let u know it's easy!
if u have a ole automation dlls, u can use
Set varible = Server.CreateObject("OleServerName.SubObject")
to get the Olesubobject, and then just use varible.method(property)
to use them. i.e.:
Set FileObject = Server.CreateObject("Scripting.FileSystemObject")
can create a filesystemobject fileobject, and now u can use
FileObject.CreateTextFile FileObject.OpenTextFile ...
To develop ole automate server by delphi, I good suggest is u can goto
the http://164.76.13.241:8080/lgc/ see the 《用Delphi开发用于ASP的OLE
Automation Server》 text writen by yysun. It's a very good text for
deleloper.

 
接受答案了.
 

Similar threads

S
回复
0
查看
1K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
932
SUNSTONE的Delphi笔记
S
S
回复
0
查看
3K
SUNSTONE的Delphi笔记
S
顶部