请问如何用Delphi创建在ASP中可以调用的dll ( 积分: 100 )

  • 主题发起人 主题发起人 Northwind
  • 开始时间 开始时间
N

Northwind

Unregistered / Unconfirmed
GUEST, unregistred user!
看到一段asp文件如下:
<% Set ASPObj = Server.CreateObject(&quot;NewsCenter.Net&quot;)
ASPObj.Exec &quot;显示新闻首页&quot;
Set ASPObj = nothing
%>

执行时通过 NewsCenter.dll 调用MS Server2000 中的信息后显示到IE上,请问在Delphi中创建这样的dll文件的方法。谢谢!
 
看到一段asp文件如下:
<% Set ASPObj = Server.CreateObject(&quot;NewsCenter.Net&quot;)
ASPObj.Exec &quot;显示新闻首页&quot;
Set ASPObj = nothing
%>

执行时通过 NewsCenter.dll 调用MS Server2000 中的信息后显示到IE上,请问在Delphi中创建这样的dll文件的方法。谢谢!
 
各位大富翁都没有做过吗?
 
各位大富翁都没有做过吗?
 
可以做,但最好不要用delphi做,delphi有很多缺陷,建议用VC的ATL来做,用VB更简单
 
很简单,你说的DLL就是COM,DCOM.
 
后退
顶部