I'm just starting on an app to work with XPorts and the first thing I 
need to do is find any XPorts on the system. To do this I have to do a 
Broadcast using UDP but Winsock doesn't seem to know what UDP is.

If I use

Winsock1.Protocol = 0 ' 0 = sckTCPProtcol

I get no error. However,

Winsock1.Protocol = 1 ' 1 = sckUDPProtocol

gives the error invalid procedure all or argument.

Am I right in assuming that Winsock Wince 3.0 (says version 1.0 inside 
the DLL) supplied with NSBasic doesn't know what UDP is? I opened the 
DLL with notepad and the letters UDP don't appear anywhere.

So how can I get UDP working from within NSBasic CE?



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"nsb-ce" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/nsb-ce?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to