home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / spxex1.exe / SPXEX1.TXT < prev   
Text File  |  1995-05-02  |  2KB  |  54 lines

  1. NOVELL TECHNICAL INFORMATION DOCUMENT
  2.  
  3. TITLE:  OS/2 SPX Sample Code
  4. README FOR:  SPXEX1.EXE
  5.  
  6. NOVELL PRODUCTS and VERSIONS:
  7. NetWare Client SDK 1.0e
  8.  
  9. ABSTRACT:
  10.  
  11. SPXCHAT.CPP demonstrates the function of a multi-threaded OS/2 SPX chat program.  It has been written to work with Borland C++ for OS/2 and IBM CSET/++.  While it was written for 32-bt compilers, it should compile in 16-bit mode with few changes.  These changes would primarily be modifying the #defines for the semaphore calls.  Please see the source code comments for proper command-line syntax.
  12.  
  13.  
  14. -----------------------------------------------------------------
  15. DISCLAIMER
  16. THE ORIGIN OF THIS INFORMATION MAY BE INTERNAL OR EXTERNAL TO NOVELL.  NOVELL
  17. MAKES EVERY EFFORT WITHIN ITS MEANS TO VERIFY THIS INFORMATION.  HOWEVER, THE
  18. INFORMATION PROVIDED IN THIS DOCUMENT IS FOR YOUR INFORMATION ONLY.  NOVELL
  19. MAKES NO EXPLICIT OR IMPLIED CLAIMS TO THE VALIDITY OF THIS INFORMATION.
  20. -----------------------------------------------------------------
  21.  
  22.  
  23. SYMPTOM:
  24.  
  25. Developers need sample code for OS/2 SPX programming.
  26.  
  27.  
  28. SOLUTION: 
  29.  
  30. SPXCHAT.CPP demonstrates the function of a multi-threaded OS/2 SPX chat program.  It has been written to work with Borland C++ for OS/2 and IBM CSET/++.  While it was written for 32-bt compilers, it should compile in 16-bit mode with few changes.  These changes would primarily be modifying the #defines for the semaphore calls.  Please see the source code comments for proper command-line syntax.
  31.  
  32. Self-Extracting File Name: spxex1.exe
  33.  
  34. Files Included     Size     Date      Time
  35.  
  36. ..\
  37.       SPXEX1.TXT     (This file)
  38.          DOS16.H             760        11-16-94     11:44:08 am
  39.      SPXCHAT.CPP           20032         3-31-95      2:27:00 pm
  40.      SPXCHAT.EXE           74020         3-31-95      2:27:22 pm
  41.  
  42.  
  43. Installation Instructions:
  44.  
  45. Please see the source code comments for proper command-line syntax.
  46.  
  47.  
  48. -----------------------------------------------------------------
  49. Any trademarks referenced in this document are the property of their
  50. respective owners.  Consult your product manuals for complete trademark
  51. information.
  52. -----------------------------------------------------------------
  53.  
  54.