nikhilhs Posted October 5, 2004 Posted October 5, 2004 So MS has deprecated DirectPlay, and they no longer plan to support it. Any advice on what networking library I should use? DirectPlay was soooo easy to use. I want something that simple. Thanks. -Nick Quote
Aragorn7 Posted October 5, 2004 Posted October 5, 2004 So MS has deprecated DirectPlay, and they no longer plan to support it. Any advice on what networking library I should use? DirectPlay was soooo easy to use. I want something that simple. Thanks. -Nick You probably won't find anything easy. I suggest you try Winsock. http://www.vbip.com/winsock-api/default.asp I am sorry these tutorials are not based on VB.NET....but its the best I could find on a moments notice. Quote
ziggy82 Posted January 25, 2005 Posted January 25, 2005 So MS has deprecated DirectPlay, and they no longer plan to support it. Any advice on what networking library I should use? DirectPlay was soooo easy to use. I want something that simple. Thanks. -Nick Try directSound. Ive found this very useful and easy to use. Quote
*Experts* mutant Posted January 25, 2005 *Experts* Posted January 25, 2005 Write your own networking engine. DirectPlay didn't have that many useful features that would make writing something similar hard. It is actually easier than it sounds :). Quote
wil Posted January 26, 2005 Posted January 26, 2005 Write your own networking engine. DirectPlay didn't have that many useful features that would make writing something similar hard. It is actually easier than it sounds :). DirectPlay would be easy[ish], but what about DirectPlay.Voice? Seems to me that'd be a lot harder. Quote
thenerd Posted January 26, 2005 Posted January 26, 2005 Arg. Now I'm truly confused. Is directplay a networking thing like winsock? or is it something that has something to do with sounds? Quote
*Experts* mutant Posted January 26, 2005 *Experts* Posted January 26, 2005 Well, voice communication aside :). DirectPlay is a networking API. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.