Reputation: 1017
I am trying to follow along the book Programming a Multiplayer FPS. It is at the part to include DirectPlay, but I cannot find the header or library file for dplay8 in my DirectX installation. What should I do?
Upvotes: 0
Views: 1076
Reputation: 13005
What should I do?
Well, a strong advice is to forget about it. Don't spent your time to learn deprecated things. If your book using DirectPlay, probably it is better to put it out. Okay, maybe you will want look at game design features it recommends and nothing more. Anyway, you cannot learn gamedev when only reading one book.
But... If you reaaly maniac... =) Wiki says that first version of SDK that doesn't have DirectPlay is Aug2007. Then, lastest DirectPlay version that you can find on Microsoft web-site is DirectX SDK - (April 2006). You probably could find another version between April 2006 and August 2007.
Offtopic (sorry for that): Best book I've ever seen about writing whole game from scratch is Mr. Mike's Game Coding Complete. In the end they implement a FPS-like game about teapot wars =) Modern DirectX, network, scripting, and many more.
Happy coding!
Upvotes: 1