🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

How to not show dialog in DPlay?

Started by
1 comment, last by unrealcode 24 years, 2 months ago
now, I an using dplay to make a mutiplayer game, when select TCP/IP to make a connect, a dialog will be diaplayed by dplay to requst IP address in create session or join session period. I want to ask how to not show these dialog. thank!
Advertisement
Use IDirectPlayLobby3::CreateCompoundAddress to create the TCP/IP address and pass the created address to IDirectPlay4::InitializeConnection as the lpConnection parameter.



-vince


-vince


Thank u, i will try.

This topic is closed to new replies.

Advertisement