I got the wsock32.lib installed, and was able to compilethe UDP examples. I cannot get them to do anything on their own. So, I've spent today creating a server app and a client app to send a number entered on the server GUI to the client GUI. After a time trying to get these to run on my desktop computer, it dawned on me that the "socket locked" message I kept getting probably meant that I could not run both apps on the same computer. I now have them running on different computers, with no success. I keep getting errors like, "Not a socket", on the client.
It is very difficult slogging through this with terse undocumented UDP, winsock and wsock32 source code. BTW, the calls seem to be to winsock, not wsock32, so I don't even know why it is required
.
Any assistance you can provide will be greatly appreciated. I can e-mail the source of my two apps to you if that would help.
Regards... Gary