Forums
This topic is locked
DLL & ASP
18 May 2004 09:01:19 K C posted:
hi,I am building a website using ASP and VBScripts.
I am asked to create a DLL module of a file which will be executed!
My asp pages will call methods from DLL module..but how??<img src=../images/dmxzone/forum/icon_smile_dissapprove.gif border=0 align=middle>
Can I get an example on how can I call methods and return methods from DLL?!?!
Any guidance ??<img src=../images/dmxzone/forum/icon_smile_blackeye.gif border=0 align=middle>
Thanx in advance
<img src=../images/dmxzone/forum/icon_smile_blackeye.gif border=0 align=middle>
Replies
Replied 18 May 2004 15:52:46
18 May 2004 15:52:46 Rene Bandsma replied:
When you have registered the DLL file than you can bind the dll to your ASP page with a code what looks like this:
<pre id=code><font face=courier size=2 id=code>Set DLLFILE = Server.CreateObject("DLLFile.Function" </font id=code></pre id=code>
It works the same way as other ActiveX or .dll components that you can find on the web.
<pre id=code><font face=courier size=2 id=code>Set DLLFILE = Server.CreateObject("DLLFile.Function" </font id=code></pre id=code>
It works the same way as other ActiveX or .dll components that you can find on the web.
Replied 19 May 2004 07:06:01
19 May 2004 07:06:01 K C replied:
okay dude i'll attach it as ya mentioned
i created ma dll using vb 6
thanx for ur support <img src=../images/dmxzone/forum/icon_smile_blush.gif border=0 align=middle> <img src=../images/dmxzone/forum/icon_smile_blush.gif border=0 align=middle> <img src=../images/dmxzone/forum/icon_smile_blush.gif border=0 align=middle>
Edited by - unbreakable_gal on 19 May 2004 07:07:01
i created ma dll using vb 6
thanx for ur support <img src=../images/dmxzone/forum/icon_smile_blush.gif border=0 align=middle> <img src=../images/dmxzone/forum/icon_smile_blush.gif border=0 align=middle> <img src=../images/dmxzone/forum/icon_smile_blush.gif border=0 align=middle>
Edited by - unbreakable_gal on 19 May 2004 07:07:01