Advertisement

for directplay question need help

Started by May 22, 2003 08:59 PM
1 comment, last by kenjin 21 years, 8 months ago
Does anyone know why Im getting this I''m brnging over the code from the client server to my program anytime I call InitDirectPlay( ) it does this Tutorial 7 error LNK2019: unresolved external symbol "int __cdecl IsServiceProviderValid(struct _GUID const *)" (?IsServiceProviderValid@@YAHPBU_GUID@@@Z) referenced in function "long __cdecl InitDirectPlay(void)" (?InitDirectPlay@@YAJXZ)
games rule
Seems you haven''t Cut&Paste''d enough of the SimplePeer sample to make your code compile.

-cb
Advertisement
yes your right, I figured it out later,
do you know though if I need to check for messages when I call
session and start hosting. I''m not that famliar so things like wmParam and wmcommand do I need to handle those messages. In the dplay example they do that stuff in the dialogue box but I wantto start sessioning in my gl game behind the scenes.

thanks for your reply
games rule

This topic is closed to new replies.

Advertisement