home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / cset21v1.zip / IBMCPP / WKFRAME / PMLINES / README.PML < prev   
Text File  |  1993-10-12  |  4KB  |  54 lines

  1.  
  2. ***************************************************************************
  3. * PMLINES SAMPLE PROJECT: Readme File (README.TXT)                        *
  4. *                                                                         *
  5. * COPYRIGHT: Copyright(C) International Business Machines Corp.,1992,1993.*
  6. *                                                                         *
  7. * DISCLAIMER OF WARRANTIES:                                               *
  8. *   The accompanying code is sample code created by the IBM Corporation.  *
  9. *   This sample code is not part of any standard IBM product and is       *
  10. *   provided to you solely for the purpose of assisting you in the        *
  11. *   development of your applications.  The code is provided "AS IS",      *
  12. *   without warranty of any kind.  IBM shall not be liable for any        *
  13. *   damages arising out of your use of the sample code, even if they      *
  14. *   have been advised of the possibility of such damages.                 *
  15. ***************************************************************************
  16.  
  17. ***************************************************************************
  18. * File list:                                                              *
  19. *   README.TXT   - (This file) Readme file for PMLINES program            *
  20. *   PMLINES.C    - C Source code for PMLINES program                      *
  21. *   PMLINES.H    - C Header file for PMLINES program                      *
  22. *   PMLINES.DLG  - Dialog resource source file for PMLINES program        *
  23. *   PMLINES.RC   - Resource source file for PMLINES program               *
  24. *   PMLINES.ICO  - Icon file for PMLINES program                          *
  25. *   PMLINES.MAK  - Make file to create PMLINES.EXE                        *
  26. *   PMLINES.DEP  - Dependency file to create PMLINES.EXE                  *
  27. *   PMLINES.PRJ  - Project file for PMLINES program                       *
  28. ***************************************************************************
  29.  
  30. ***************************************************************************
  31. * Compiler Options:                                                       *
  32. *   To compile the PMLINES project correctly, please set the following    *
  33. *   compiler options for the Compile action in the PMLINES project        *
  34. *   settings (leave all other compiler options settings as default):      *
  35. *                                                                         *
  36. *     - Select the "Turn on optimization" checkbox from the "Object"      *
  37. *       pages of the compiler options notebook.                           *
  38. *     - Select "Subsystem" for the executable environment in the "Object" *
  39. *       page.                                                             *
  40. ***************************************************************************
  41.  
  42. ***************************************************************************
  43. * Linker Options:                                                         *
  44. *   To link the PMLINES project correctly, please set the following       *
  45. *   linker options for the Link action in the PMLINES project settings    *
  46. *   (leave all other linker options settings as default):                 *
  47. *                                                                         *
  48. *     - Select "PM" for the Application Type in the "Generation" page     *
  49. *       of the linker options notebook.                                   *
  50. *     - Select "16" for "Segment alignment" on the "Generation" pages.    *
  51. ***************************************************************************
  52.  
  53.  
  54.