home *** CD-ROM | disk | FTP | other *** search
/ Game Programming in C++ - Start to Finish / GameProgrammingS.iso / developer_install / ReplicaNetFreewareV5_4.exe / data1.cab / Program_Executable_Files / Example5 / ReadMe.txt < prev    next >
Encoding:
Text File  |  2005-10-30  |  608 b   |  22 lines

  1. Example 5
  2.  
  3. A simple game lobby or IRC chat type dialog application. This application is built around an
  4. MFC framework dialog application.
  5.  
  6. Two dialogs are opened. This first dialog, which is a server select dialog, from Example5.cpp.
  7. The second, which is the chat dialog, from Example5Dlg.cpp.
  8.  
  9.  
  10. This demonstration shows: 
  11.  
  12. How to use XPSession to allow sessions to be created.
  13. Check for other session joining and leaving.
  14. Transfering simple data packets.
  15. Operation while using Microsoft Foundation Classes is possible.
  16.  
  17.  
  18. Available project build configurations:
  19. ReleaseMTDLL
  20. DebugMTDLL
  21.  
  22.