ASP调用dll文件错误
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>
<body>
<%dim a
set a=server.CreateObject("pViocecom.voice")
a.mess("dsfafsad")%>
</body>
</html>
Pviocecom是工程名dll用delphi写的
里面的类是voice
函数是mess
错误提示:
Microsoft VBScript 编译器错误 错误 '800a03f6'
缺少 'End'
/iisHelp/common/500-100.asp,行242
服务器对象 错误 'ASP 0177 : 80004002'
Server.CreateObject 失败
/ceshi/ceshi.asp,行9
不支持此接口