home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 19 / CD_ASCQ_19_010295.iso / dos / prg / c / cwl30 / cwl3demo / readme < prev   
Encoding:
Text File  |  1994-10-15  |  1.1 KB  |  45 lines

  1. This demo of the C Window Library 3.0 includes source to the demo.  To
  2. compile the demo with the shareware version, you must have the SHWARE
  3. constant defined either on the command line of your compiler, or set
  4. the integrated environment to define this constant.
  5.  
  6. This version of the demo uses the registered version of CWL using the
  7. registered Forms and Mouse Libraries, therefore some features will not
  8. be available if you are to recompile the demo using the shareware
  9. version.
  10.  
  11. The list of files needed to compile this demo are as follows:
  12.  
  13. The CWL header (.H) files.
  14.  
  15.         CWLDEMO.C
  16.         CWLFUNC1.C
  17.         CWLFUNC2.C
  18.         CWLFUNC3.C
  19.         CWLFUNC4.C
  20.         CWLFUNC5.C
  21.         CWLFUNC6.C
  22.         CWLFUNC7.C
  23.         CWLFUNC8.C
  24.         CWLFUNC9.C
  25.         CWLFUN10.C
  26.         CWLFUN11.C
  27.         CWLFUN12.C
  28.         CWLFUN13.C
  29.         DIALOG.C
  30.         DIALOG2.C
  31.         CLOCDEMO.C
  32.  
  33. These files are required to run the help system in the dialog box
  34. successfully:
  35.  
  36.         DIALOG.TXT
  37.         DIALOG.CFG
  38.  
  39. Other miscellaneous files that are needed:
  40.  
  41.         FUNCLIST.OUT
  42.  
  43.  
  44.  
  45.