home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ctlcpp.zip / CTLCPP.TXT < prev    next >
Encoding:
Text File  |  1994-09-01  |  1.6 KB  |  28 lines

  1. *******************************************************************
  2. *                                                                 *
  3. * Subject: OS/2 Developer Magazine, "Writing OS/2 PM Controls     *
  4. *          in C++" - Sept/Oct 1994 issue.                         *
  5. * Purpose: Compilable C++ class library source for an abstract    *
  6. *          C++ custom control and test routine.                   *
  7. * Authors: Lori Ruffing, IBM Personal Systems Programming         *
  8. *          Eric Snell, IBM Personal Systems Programming           *
  9. *                                                                 *
  10. * Revisions:                                                      *
  11. *          Version 1 - Initial cut                                *
  12. *                                                                 *
  13. *******************************************************************
  14. *
  15. * This self-extracting zip file contains the source and executables
  16. * for a C Set++ User Interface Library (ICLUI) derived C++ class library
  17. * custom control.  See README.NOW for additional information.  We've
  18. * included makefiles for C Set++ compiler.  Additionally, a sample program
  19. * is included to demo the ICLUI style class library.
  20. *
  21. * Please direct any comments, questions, and such to either Lori Ruffing,
  22. * Eric Snell (Internet: esnell@vnet.ibm.com VNET: erics AT BCRNOTES), or
  23. * post on the OS2DF2/Section 13 (OS/2 Developer magazine) Forum on CompuServe.
  24. *
  25. * Please note that this code is freeware and is provided on an "AS IS"
  26. * basis, without any type of support.
  27. *
  28.