asp_components thread: Can I wrap a function from a standard DLL in VB and use it from A- SP
I have 1 3rd party DLL file written in C++ (not a com component, e.g.
A.dll), I need to call the function F1 in A.dll from ASP, so I create an
ActiveX Dll file(B.Dll) from VB , in B.dll, I build a function F2, in F2 I
declare and call the function F1 in A.dll, then I register this B.dll, and
copy A.dll to winnt\system on web server. in my ASP page, I use
createObject() to declare B.dll and call the function F2. However, it
failed.
Thanks in advance.
Chao Zhou