Hi
I have made an activex.dll which references another dll.
The following works fine outside of housebot but returns an error which says cannot find socket dll. This is the non activex dll.
Any ideas anyone
Dim Control
Set Control = CreateObject("ippower.ippow")
Control.ipset "192.168.1.25"
Is there a copy of the socket.dll in the project folder you are working in? If so this may explain the problem when you go to call it from VBscript. Try placing a copy of the socket.dll in the win32 folder located in the windows folder and see if it works. If win32 doesn't work then try the win16 folder. If neither of these work I am at a loss.
I actually remembered that when using the dll with standard Vb it worked with it being in the same folder so I just put it into actually two places and iit worked. Suppose I ought to find out which one was right