Initialize DirectPlay in VB?

Started by
2 comments, last by -Fruz- 22 years, 3 months ago
This is my prob: I'm making a multiplayer game. At first I used winsock, but after some testing I decided to go with DirectPlay instead. DirectPlay is suposed to be SO easy to use and SO good... I can't even get it initialized! This is what a toturial showed me: Public DX As New DirectX7 Public DP As DirectPlay4 ??? I put this in a module, along with other DirectPlay settings, and when I trie to run it, it crashes and jump to this sentence: Public DX As New DirectX7 What's wrong?Look's like the DirectX7 thing doesn't exist... Plz help me here! JFK Edited by - -Fruz- on January 16, 2002 1:46:54 PM
Advertisement
did you include the DirectX type library in the project->references menu?

--- krez (krezisback@aol.com)
--- krez ([email="krez_AT_optonline_DOT_net"]krez_AT_optonline_DOT_net[/email])
Is it really possible?!?!
Uh... Stupid me! Forgot that. Thanx
heh heh... problems like that are the hard ones to find... they''re worse than typos...


--- krez (krezisback@aol.com)
--- krez ([email="krez_AT_optonline_DOT_net"]krez_AT_optonline_DOT_net[/email])

This topic is closed to new replies.

Advertisement