-
Winsock Library?
Hi,
I'm learning to work with sockets. I have an exeample that work (the executable and dll)
But... when i try to run the source code it seems that a reference is missing. I get errors on this line:
"private withevents objWinsock as MSWinsockLib.Winsock"
The error received is "User-defined type not defined"
In the project references there are no extra references except the defaults.
My question: is MSWinsockLib a microsoft library and if yes how can I use it, or it is build by the person who build the example.
Thank you,
svatasoiu
-
The probably made a 'reference' to the winsock control. It wont show up in the reference list you'll need to browse to the ocx file.
-
thank you
You are right. I found the ocx and now everything is ok