I'm developing a new website with IIS4.0 and most of the content
on the webpage is going to be dynamic and I'm wanting to do some
functions with powerbasic such as emailing users content when
they login and/or logout. So I'm going to be making a DLL file
for that. What I was wanting to know is how would I call the
DLL file from an ASP file? Everything I've found on the web
is about OLE/COM DLL files (activex) and they require the
VBScript command (createobject) and to my knowledge that won't
work for native DLL's. Any help is greatly appreciated.
Thanks.
------------------
-Greg
on the webpage is going to be dynamic and I'm wanting to do some
functions with powerbasic such as emailing users content when
they login and/or logout. So I'm going to be making a DLL file
for that. What I was wanting to know is how would I call the
DLL file from an ASP file? Everything I've found on the web
is about OLE/COM DLL files (activex) and they require the
VBScript command (createobject) and to my knowledge that won't
work for native DLL's. Any help is greatly appreciated.
Thanks.
------------------
-Greg
Comment