我有一段不想让别人看到的asp程序;
请问:1.如何将其编译成DLL?
2.如何在asp中调用该DLL?
:)
1 ASP2DLL 3.3.2 http://jx163.onlinedown.net/down/Setup_ASP2DLL.exe
编译成DLL
2 开始-运行 regsvr32 mmm.dll 注册后就能使用
除了 arclala(呱呱) 提到的
1 ASP2DLL 3.3.2 http://jx163.onlinedown.net/down/Setup_ASP2DLL.exe
编译成DLL
2 开始-运行 regsvr32 mmm.dll 注册后就能使用
具体的调用例如:
《%set fruittree_obj=server.createobject("truefree.showfodder")
set fruittree_RS=server.createobject("adodb.recordset")
fruittree_obj.sql ="select * from type "
set fruittree_RS=fruittree_obj.search_show
%》
请问:1.如何将其编译成DLL?
2.如何在asp中调用该DLL?
:)
1 ASP2DLL 3.3.2 http://jx163.onlinedown.net/down/Setup_ASP2DLL.exe
编译成DLL
2 开始-运行 regsvr32 mmm.dll 注册后就能使用
除了 arclala(呱呱) 提到的
1 ASP2DLL 3.3.2 http://jx163.onlinedown.net/down/Setup_ASP2DLL.exe
编译成DLL
2 开始-运行 regsvr32 mmm.dll 注册后就能使用
具体的调用例如:
《%set fruittree_obj=server.createobject("truefree.showfodder")
set fruittree_RS=server.createobject("adodb.recordset")
fruittree_obj.sql ="select * from type "
set fruittree_RS=fruittree_obj.search_show
%》
