home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / gchats.exe / GCHATS.TXT next >
Text File  |  1995-09-08  |  2KB  |  72 lines

  1. NOVELL TECHNICAL INFORMATION DOCUMENT
  2.  
  3. TITLE:  TLI Chat Server Example Code
  4. README FOR:  GCHATS.EXE
  5.  
  6. NOVELL PRODUCTS and VERSIONS:
  7. NetWare Client SDK 1.0e
  8.  
  9. ABSTRACT:
  10.  
  11. GCHATS.EXE contains sample code that demonstrates how to build a
  12. non-blocking TLI group chat server that can service up to 15
  13. clients simultaneously for Windows. This is a partner program to
  14. GCHATC.EXE. Both GCHATS.EXE and GCHATC.EXE must be downloaded to
  15. have all of the source for the Group Chat client/server example.
  16.  
  17.  
  18.  
  19. -----------------------------------------------------------------
  20.  DISCLAIMER
  21.  THE ORIGIN OF THIS INFORMATION MAY BE INTERNAL OR EXTERNAL TO
  22. NOVELL.  NOVELL
  23.  MAKES EVERY EFFORT WITHIN ITS MEANS TO VERIFY THIS INFORMATION. 
  24. HOWEVER, THE
  25.  INFORMATION PROVIDED IN THIS DOCUMENT IS FOR YOUR INFORMATION
  26. ONLY.  NOVELL
  27.  MAKES NO EXPLICIT OR IMPLIED CLAIMS TO THE VALIDITY OF THIS
  28. INFORMATION.
  29.  
  30. -----------------------------------------------------------------
  31.  
  32.  
  33. ISSUE: 
  34.  
  35. GCHATS.EXE contains sample code that demonstrates how to build a
  36. non-blocking TLI group chat server that can service up to 15
  37. clients simultaneously for Windows. This is a partner program to
  38. GCHATC.EXE. Both GCHATS.EXE and GCHATC.EXE must be downloaded to
  39. have all of the source for the Group Chat client/server example.
  40.  
  41. Self-Extracting File Name: gchats.exe
  42.  
  43. Files Included     Size     Date      Time
  44.  
  45. ..\
  46.       GCHATS.TXT     (This file)
  47.       GRPCHATS.C           15249          9-8-95     11:14:20 am
  48.     GRPCHATS.DEF             218          9-6-95      5:05:12 pm
  49.     GRPCHATS.EXE           66167          9-8-95     11:14:32 am
  50.       GRPCHATS.H             171         8-30-95      4:33:30 pm
  51.     GRPCHATS.MAK            3060          9-8-95     11:15:26 am
  52.      GRPCHATS.RC             560          9-5-95     11:28:12 am
  53.  
  54.  
  55. Installation Instructions:
  56.  
  57. GCHATS.EXE includes all of the files necessary to build a
  58. functioning executable. This example was built with Borland C++
  59. v4.5. The executable is also included.
  60.  
  61.  
  62.  
  63. -----------------------------------------------------------------
  64.  Any trademarks referenced in this document are the property of
  65. their
  66.  respective owners.  Consult your product manuals for complete
  67. trademark
  68.  information.
  69.  
  70. -----------------------------------------------------------------
  71.  
  72.