
calling C++ dll from VBScript within ASP
Hi,
I have written a function (int MyLib(char *oldStr,char *newStr)), which
is part of MyLi.dll. MyLib.dll is written in C++, using Visual C++ 5.0,
without using ATL. ChangeAddress is stored in c:\Windows\system32, which
is also the its working directory.
My machine is a Windows NT 4.0 Server one, in which I have installed an
Internet Information 4.0 Server. From an Active Server Page, using
VBScript, I want to call ChangeAddress, passing the two required strings
and check the returned value. How can I do it?
Thank you very much,
Marco.