home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / dbcs.txt < prev    next >
Text File  |  1996-03-26  |  2KB  |  41 lines

  1. *******************************************************************
  2. *                                                                 *
  3. * Subject: OS/2 Magazine, GUI Corner column,                      *
  4. *          "DBCS: Double-Byte Your Pleasure" - April 1996 issue.  *
  5. *          "DBCS: the Double Feature!" - May 1996 issue.           *
  6. * Purpose: Compilable 32-Bit source code sample to illustrate     *
  7. *          DBCS support within OS/2.                              *
  8. * Authors: Matt Smith, Prominare Inc.                             *
  9. *          Mark Benge, IBM Software Solutions                     *
  10. *                                                                 *
  11. * Revisions:                                                      *
  12. *          Version 1   - Initial cut                              *
  13. *                                                                 *
  14. *******************************************************************
  15. *******************************************************************
  16. ********************  D I S C L A I M E R  ************************
  17. * This code is provided on an asis basis with no implied support. *
  18. * It should be considered freeware that cannot be rebundled as    *
  19. * part of a larger "*ware" offering without our consent.          *
  20. *******************************************************************
  21. *
  22. * This self-extracting zip file contains the source and executable to
  23. * demonstrate DBCS support within OS/2.  We've included a makefile
  24. * for the IBM VisualAge C++ for OS/2, WATCOM, and the Borland compiler.
  25. *
  26. * PLEASE SEE README.NOW FOR UP-TO-THE-MINUTE INFORMATION.
  27. *
  28. * Please direct any comments, questions, and such to either Matt Smith
  29. * (Internet: msmith@prominare.com CompuServe: 70363,1175) or Mark Benge
  30. * (Internet: banzai@raleigh.ibm.com CompuServe: 73532,2063
  31. * NOTES: Mark Benge@RTPNOTES)
  32. *
  33. * Please note that this code is freeware and is provided on an "AS IS"
  34. * basis, without any type of support.
  35. *
  36. * Stay tuned for the May '96 issue of OS/2 Magazine,
  37. * as we continue to delve into the mysteries of DBCS.
  38. * Also, watch this space for the June '96 issue, as
  39. * we launch a new series on custom controls.
  40. *
  41.