home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / graphics / directx / dpchat / readme.txt < prev    next >
Text File  |  1997-07-14  |  1KB  |  27 lines

  1. DPCHAT ReadMe
  2.  
  3. This is a simple chat program to demonstrate usage of the DirectPlay APIs.
  4.  
  5. Note: MSVC may include older versions of the DirectX header files and
  6. libraries.  This sample requires DirectX 5.  In order to avoid compile errors,
  7. make sure the path to the DirectX 5 header files and libraries are listed
  8. BEFORE the MSVC header files and libraries through the
  9. Tools -> Options -> Directories menu.
  10.  
  11. Note: The DPLAUNCH or BELLHOP sample that is part of the DirectX 5 SDK can be
  12. used to exercise the lobby functionality of DPCHAT.
  13.  
  14. dpchat.mak - MSVC workspace to compile DPCHAT.
  15.  
  16. lobby.cpp - sample code for enabling a DirectPlay application to be launched 
  17.             and connected to a session by a lobby.
  18.  
  19. dialog.cpp - sample code for establishing a session connection by asking
  20.             the user to supply information and make choices
  21.  
  22. dpchat.cpp - the core chat application
  23.  
  24. dpchat.reg - Adds entries to the registry to make DPCHAT visible to lobby
  25.              applications.
  26.  
  27.