home *** CD-ROM | disk | FTP | other *** search
- Example 5
-
- A simple game lobby or IRC chat type dialog application. This application is built around an
- MFC framework dialog application.
-
- Two dialogs are opened. This first dialog, which is a server select dialog, from Example5.cpp.
- The second, which is the chat dialog, from Example5Dlg.cpp.
-
-
- This demonstration shows:
-
- How to use XPSession to allow sessions to be created.
- Check for other session joining and leaving.
- Transfering simple data packets.
- Operation while using Microsoft Foundation Classes is possible.
-
-
- Available project build configurations:
- ReleaseMTDLL
- DebugMTDLL
-
-