home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / cset21v1.zip / IBMCPP / SAMPLES / ICLUI / DDE / README.TXT < prev    next >
Text File  |  1993-10-07  |  4KB  |  52 lines

  1. ***************************************************************************
  2. * DDE SAMPLE PROGRAMS: SERVER.EXE and CLIENT.EXE                          *
  3. *                                                                         *
  4. * COPYRIGHT: Copyright(C) International Business Machines Corp.,1992,1993.*
  5. *                                                                         *
  6. * DISCLAIMER OF WARRANTIES:                                               *
  7. *   The following [enclosed] code is sample code created by IBM           *
  8. *   Corporation.  This sample code is not part of any standard IBM product*
  9. *   and is provided to you solely for the purpose of assisting you in the *
  10. *   development of your applications.  The code is provided "AS IS",      *
  11. *   without warranty of any kind.  IBM shall not be liable for any damages*
  12. *   arising out of your use of the sample code, even if they have been    *
  13. *   advised of the possibility of such damages.                           *
  14. *                                                                         *
  15. *-------------------------------------------------------------------------*
  16. * Key Functions:                                                          *
  17. *                                                                         *
  18. *      - Begin/End DDE Conversations                                      *
  19. *      - Request Data                                                     *
  20. *      - Begin/End Hot Links                                              *
  21. *      - Show Hot Link Data on Status Line                                *
  22. ***************************************************************************
  23.  
  24. ***************************************************************************
  25. * File list:                                                              *
  26. *   README.TXT   - readme command file for SERVER.EXE and CLIENT.EXE      *
  27. *   ASERVER.CPP  - source code for server                                 *
  28. *   ASERVER.HPP  - class header file for server                           *
  29. *   ASERVER.H    - symbolic definition file for server                    *
  30. *   ASERVER.RC   - resource file for server                               *
  31. *   ACLIENT.CPP  - source code for client                                 *
  32. *   ACLIENT.HPP  - class header file for client                           *
  33. *   ACLIENT.H    - symbolic definition file for client                    *
  34. *   ACLIENT.RC   - resource file for client                               *
  35. *   ACLIENT.MAK  - make file to create CLIENT.EXE                         *
  36. *   ASERVER.MAK  - make file to create SERVER.EXE                         *
  37. *   AMAKE.CMD    - command file to create SERVER.EXE & CLIENT.EXE         *
  38. *   CLEANUP.CMD  - command file to cleanup (erase) generated files        *
  39. ***************************************************************************
  40.  
  41. ***************************************************************************
  42. * To build and run the DDE Sample Applications:                           *
  43. *                                                                         *
  44. *           Run AMAKE.CMD                                                 *
  45. *           Run RUN.CMD                                                   *
  46. *           Run CLEANUP.CMD                                               *
  47. *                                                                         *
  48. *  AMAKE.CMD will compile and link SERVER.EXE & CLIENT.EXE                *
  49. *  RUN.CMD will start SERVER.EXE and CLIENT.EXE                           *
  50. *  CLEANUP.CMD will cleanup files build by AMAKE.CMD                      *
  51. ***************************************************************************
  52.