Possible to make an online RPG with DirectPlay?
Possible to make an online RPG with DirectPlay?
I've been working on an MMORPG (Massively Multiplayer Online Role Playing Game) for awhile. I'm getting up to where I have to wonder, "Now what do I do to make it an online game "
Is it possible to use DirectPlay for the networking..
Thanks in advance. 
Possible to make an online RPG with DirectPlay?
JVTantillo
DirectPlay, as of the last few SDK releases, has been deprecated - you shouldn't really start writing programs with it now.
I believe the current preferred networking route is via the standard Windows/WinSock API.
hth
Jack
Jay Kappel
http://codeproject.com/internet/
Jim P.
Yorro
http://www.mcshaffry.com/GameCode/
The book's a very good read as well.