I am woundering where I could find some sample code using DirectPlay. I
have downloaded and installed the latest SDK (august 2008) and I don't seem
to find any samples on that subject.
Thanks.
DirectPlay was an excellent technology back when Multiplayer meant Modems,
IPX/NetBEIU, and some limited TCP/UDP (often TCP over Modem). Now that the
entire world has standardized on TCP/IP, it doesn't bring much to the table.
Since it is a UDP implementation, there are a great number of security
concerns that it brings as well as generally not playing all that nicely
with NATs.
These days you should use WinSock or some service like Games for Windows -
LIVE (which mostly all look like WinSock anyhow).
--
-Chuck Walbourn
SDE, XNA Developer Connection
This posting is provided "AS IS" with no warrenties, and confers no rights.
Thanks,
Carlos.