-
prob with module code
ive used a module to find the users ip address, i found the code here
but when i run the code there is a prob with this line of code
MsgBox "Windows Sockets error " & str$(WSAGetLastError())
it says that it cant find project or library with the str& bit highlighted?? any help would be greatfull recieved! cheers!
-
Check Project->References and check which library is missing.
-
i dont quite understand you? ive looked at that, and its a long list of things? how do i know which to click to sort my prob?
-
It should say Missing: and then the reference name.
-
its says MISSING: Microsoft ActiveX Data Objects 2.0 Library
what do i do now?
-
Uncheck it so its not selected. Check the box next to Microsoft ActiveX DAta objects 2.5 library as its a newer version.
-
dont have it i am running learning edition though? vb 6? i have 2.1? is that any good??
-