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